cutekit/osdk/__main__.py

6 lines
49 B
Python
Executable file

import sys
from . import main
sys.exit(main())