#!/usr/bin/python3

import sys

from charset_normalizer.cli.normalizer import cli_detect


if __name__ == "__main__":
    sys.exit(cli_detect())
