erste callback methoden implementiert.

This commit is contained in:
2024-01-12 18:44:29 +01:00
parent f182b8d806
commit d4ecb88b33
4 changed files with 93 additions and 42 deletions
+3
View File
@@ -9,6 +9,9 @@ class Controller():
def __init__(self, model):
self.model = model
def update_view(self):
pass
def get_current_asm_id(self):
self.model.get_current_asm_id()
def set_current_asm_id(self, asm_id):