huabu/venv/Lib/site-packages/charset_normalizer/__main__.py

7 lines
109 B
Python
Raw Permalink Normal View History

2026-02-07 00:17:23 +08:00
from __future__ import annotations
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()