applied-ai-018's picture
Add files using upload-large-folder tool
75f293f verified
raw
history blame
123 Bytes
"""Wrapper so people can run python -m chardet"""
from .cli.chardetect import main
if __name__ == "__main__":
main()