#!/home/xenproductionsco/public_html/xeneducation.xenproductions.co.in/xeneducation/env/bin/python3.9
import sys
from charset_normalizer import cli
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(cli.cli_detect())
