package common type Driver interface { Read() (any, error) Render(Terminal) error }