aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/charset-normalizer/charset_normalizer/__main__.py
blob: beae2ef77490c9f9c9255dd68facbb6de132841f (plain) (blame)
1
2
3
4
from .cli import cli_detect

if __name__ == "__main__":
    cli_detect()