Asib27's picture
try 1
065fee7 verified
raw
history blame
123 Bytes
"""Wrapper so people can run python -m chardet"""
from .cli.chardetect import main
if __name__ == "__main__":
main()