REMOVE unused controller

This commit is contained in:
2025-04-20 16:37:12 +02:00
parent ae4ab65081
commit 00274e429d

View File

@@ -1,4 +0,0 @@
class StartMenuController:
def __init__(self, start_menu_view, game_controller):
self.start_menu_view = start_menu_view
self.game_controller = game_controller