mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +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()) |