mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
6 lines
No EOL
95 B
Python
Executable file
6 lines
No EOL
95 B
Python
Executable file
#!/usr/bin/python
|
|
|
|
import sys, KtCore
|
|
|
|
a = KtCore.QCoreApplication(0, None)
|
|
sys.exit(a._exec()) |