2025-06-09 03:00:56 +02:00

9 lines
294 B
Python
Executable File

#!/home/svcusr-gitrunner/.cache/act/63a49f45c36236ca/hostexecutor/pm_tools_venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from chardet.cli.chardetect import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())