""" screens - collection of functions that generates group of spites to fill the screen """ from .levelup import levelup_screen from .gameover import gameover_screen from .level import level_screen from .initials import initials_screen from .hiscores import hiscores_screen from .mainmenu import mainmenu_screen from .instructions1 import instructions1_screen from .instructions2 import instructions2_screen