ctkSimplePythonShell.py 122 B

1234567891011
  1. import qt, ctk
  2. def app():
  3. return _ctkSimplePythonShellInstance
  4. def quit():
  5. exit()
  6. def exit():
  7. app().quit()