diff --git a/albow/text_screen.py b/albow/text_screen.py index 0e21cd7..0acd6b2 100644 --- a/albow/text_screen.py +++ b/albow/text_screen.py @@ -12,6 +12,7 @@ from controls import Button #------------------------------------------------------------------------------ + class Page(object): def __init__(self, text_screen, heading, lines): @@ -39,6 +40,7 @@ class Page(object): #------------------------------------------------------------------------------ + class TextScreen(Screen): # bg_color = (0, 0, 0)