Инициализация проекта

This commit is contained in:
2025-05-17 04:52:21 +03:00
commit 10bd56f5bc
1209 changed files with 232562 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/home/max/laba3/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from charset_normalizer import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli.cli_detect())