stopwatch: added create_control_variables als Methode ausgelagert.

master
Martin Putzlocher 2021-12-01 16:48:13 +01:00
parent 5deb609663
commit edfbedacc3
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class StopWatch_App(Tk):
def __init__(self):
super().__init__()
self.controller = WatchController(self)
self.create_control_variables()
self.create_widgets()
self.bind_events()