WMICraft/ui/screens/options.py
2022-03-11 20:00:42 +01:00

7 lines
152 B
Python

from ui.screens.screen import Screen
class Options(Screen):
def __init__(self, screen, clock):
super().__init__('options', screen, clock)