package cmd
import (
// "fmt"
// "log"
// "net"
)
var (
serverPort string = "1302"
serverIP string
func Client() {
}