summaryrefslogtreecommitdiff
path: root/internal/tui/tui.go
blob: 3bbbc956044d2a4fa27584bc875cc75e79d45098 (plain)
1
2
3
4
5
package tui

// TODO: Implement the TUI struct
// This will be the main thing containing all elements
type TUI struct{}