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