group-wbl/.venv/lib/python3.13/site-packages/hf_xet/__init__.py
2026-01-09 09:48:03 +08:00

5 lines
107 B
Python

from .hf_xet import *
__doc__ = hf_xet.__doc__
if hasattr(hf_xet, "__all__"):
__all__ = hf_xet.__all__