package plays import tea "github.com/charmbracelet/bubbletea" type Next interface { Next( queue *[]*tea.Program, ) error }