cutekit/osdk/__main__.py

5 lines
49 B
Python
Executable file

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