cutekit/osdk-old/__main__.py
2023-01-30 10:39:49 +01:00

6 lines
49 B
Python
Executable file

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