MisterAI's picture
download
raw
472 Bytes
"""Main entry point"""
import sys
if sys.argv[0].endswith("__main__.py"):
import os.path
# We change sys.argv[0] to make help message more useful
# use executable without path, unquoted
# (it's just a hint anyway)
# (if you have spaces in your executable you get what you deserve!)
executable = os.path.basename(sys.executable)
sys.argv[0] = executable + " -m unittest"
del os
__unittest = True
from .main import main
main(module=None)

Xet Storage Details

Size:
472 Bytes
·
Xet hash:
bbda41e8413ce2fa990a56e70b4f479f27b3fe7ed1a1970c47c4d4279e363356

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.