package main

import (
	"PD1/internal/client"
)

func main(){
   client.Run() 
}