cutekit/osdk/__main__.py

6 lines
49 B
Python
Raw Normal View History

2022-06-26 06:31:43 +00:00
import sys
from . import main
sys.exit(main())