mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added the mainloop() call.
This commit is contained in:
parent
5fae9e8b86
commit
d24d3fcd03
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ def main():
|
|||
app = App()
|
||||
app.addpanel("label", LabelPanel)
|
||||
app.addpanel("button", ButtonPanel)
|
||||
app.top.mainloop()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue