package ui import ( "github.com/rivo/tview" ) func NewApplication() (app *tview.Application) { app = tview.NewApplication() return }