cutekit/osdk-old/__main__.py

6 lines
49 B
Python
Raw Normal View History

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