controller merkt sich jetzt auch die Configdatei, um die Logiken dort abzurufen
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user