Files
Payme-Shopify-Integration/venv/bin/normalizer
Abdulaziz Axmadaliyev 92165edbe6 Initial commit
2026-02-26 16:35:47 +05:00

11 lines
326 B
Bash
Executable File

#!/bin/sh
'''exec' "/home/abdulaziz/Desktop/New Projects/payme_shopify_service/venv/bin/python" "$0" "$@"
' '''
# -*- coding: utf-8 -*-
import re
import sys
from charset_normalizer.cli import cli_detect
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli_detect())