controller merkt sich jetzt auch die Configdatei, um die Logiken dort abzurufen

This commit is contained in:
2024-01-17 16:19:41 +01:00
parent 61242a1bc5
commit 96080a75b5
+2 -2
View File
@@ -78,8 +78,8 @@ class GuiLogic():
"""
Class for business logic. implementing the dependencies between different user inputs
"""
def __init__(self):
pass
def __init__(self, configs):
self.config = configs
def callback(self, key):
a = key