"""Allow running chardet as ``python -m chardet``."""

from chardet.cli import main

if __name__ == "__main__":  # pragma: no cover
    main()
