package tui import tea "github.com/charmbracelet/bubbletea" func Run() error { p := tea.NewProgram(model{}) _, err := p.Run() return err }