Kaydet (Commit) d24d3fcd authored tarafından Guido van Rossum's avatar Guido van Rossum

Added the mainloop() call.

üst 5fae9e8b
......@@ -49,6 +49,7 @@ def main():
app = App()
app.addpanel("label", LabelPanel)
app.addpanel("button", ButtonPanel)
app.top.mainloop()
if __name__ == '__main__':
main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment