package types type UI interface { Draw() Run() }