Added the mainloop() call.
This commit is contained in:
parent
5fae9e8b86
commit
d24d3fcd03
@ -49,6 +49,7 @@ def main():
|
||||
app = App()
|
||||
app.addpanel("label", LabelPanel)
|
||||
app.addpanel("button", ButtonPanel)
|
||||
app.top.mainloop()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user