package main import "galaxy/client" func main() { c := client.NewUI() c.Run() }