File size: 123 Bytes
065fee7 |
1 2 3 4 5 6 7 |
"""Wrapper so people can run python -m chardet"""
from .cli.chardetect import main
if __name__ == "__main__":
main()
|
065fee7 |
1 2 3 4 5 6 7 |
"""Wrapper so people can run python -m chardet"""
from .cli.chardetect import main
if __name__ == "__main__":
main()
|