Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/snap/certbot/current/bin/
Upload File :
Current File : //proc/thread-self/root/snap/certbot/current/bin/normalizer

#!/usr/bin/env python3
import sys
from charset_normalizer.cli import cli_detect
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(cli_detect())