1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-24 15:01:14 +00:00
bazarr/libs/chardet/__main__.py

7 lines
123 B
Python
Raw Normal View History

"""Wrapper so people can run python -m chardet"""
from .cli.chardetect import main
if __name__ == "__main__":
main()