public/examples/celery_progress_demo/.venv/bin/confusable_homoglyphs
2021-07-28 02:15:48 +03:00

9 lines
277 B
Python
Executable File

#!/home/balsh/Techschool/Python-20/celery_progress_demo/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from confusable_homoglyphs.cli import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli())