Beispiel #1
0
def main():
    app = PyKitApp()
    env = {'__name__': '__console__', '__doc__': None}
    launch(repl, env)
    launch(demo_window, app)
    app.run_loop()
Beispiel #2
0
def main():
    app = PyKitApp()
    launch(main_o, app)
    app.run_loop()
Beispiel #3
0
def main():
    app = PyKitApp()
    launch(main_o, app)
    app.run_loop()
Beispiel #4
0
def main():
    app = PyKitApp()
    env = {'__name__': '__console__', '__doc__': None}
    launch(repl, env)
    launch(demo_window, app)
    app.run_loop()