package main import ( "PD2/internal/client" ) func main(){ client.Run() }