WMICraft/ui/screens/options.py

7 lines
152 B
Python
Raw Normal View History

2022-03-11 20:00:42 +01:00
from ui.screens.screen import Screen
class Options(Screen):
def __init__(self, screen, clock):
super().__init__('options', screen, clock)