You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gui.py 333B

12345678
  1. '''--------------------------------------------------------------------------------------------------
  2. In dem File wird eine Instany des Controllers erstellt. Der Controller ist die Schnittstelle
  3. zwischen GUI und Modell und koordiniert den Ablauf und die Erstellung der GUI
  4. '''
  5. from UIController import *
  6. controller = Controller()