ai-station/.venv/lib/python3.12/site-packages/hf_xet/__init__.py

5 lines
107 B
Python
Raw Permalink Normal View History

2025-12-25 14:54:33 +00:00
from .hf_xet import *
__doc__ = hf_xet.__doc__
if hasattr(hf_xet, "__all__"):
__all__ = hf_xet.__all__