CTK 0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkSimplePythonShell.py
Go to the documentation of this file.
1import qt, ctk
2
3def app():
4 return _ctkSimplePythonShellInstance
5
6def quit():
7 exit()
8
9def exit():
10 app().quit()