package cli import ( "wireguard-ui/cli/tui" ) func Kernel() error { tui.NewApp().Run() return nil }