ctkSimplePythonShell.py 107 B

12345678910
  1. def app():
  2. return _ctkSimplePythonShellInstance
  3. def quit():
  4. exit()
  5. def exit():
  6. app().quit()