summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/switch.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/guido/switch.py')
-rw-r--r--Demo/tkinter/guido/switch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/tkinter/guido/switch.py b/Demo/tkinter/guido/switch.py
index 7944039..3b58f7c 100644
--- a/Demo/tkinter/guido/switch.py
+++ b/Demo/tkinter/guido/switch.py
@@ -49,6 +49,7 @@ def main():
app = App()
app.addpanel("label", LabelPanel)
app.addpanel("button", ButtonPanel)
+ app.top.mainloop()
if __name__ == '__main__':
main()