added docstrings to event controller and moved constants

This commit is contained in:
Lucas Jensen
2024-05-02 18:30:45 -07:00
parent 9b1dfc3767
commit f953ae3dfe
16 changed files with 100 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
from .controller import Controller
from .controller import MainController
controller = Controller()
controller = MainController()