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
|
Class for business logic. implementing the dependencies between different user inputs
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self, configs):
|
||||||
pass
|
self.config = configs
|
||||||
def callback(self, key):
|
def callback(self, key):
|
||||||
a = key
|
a = key
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user