ktongue commited on
Commit
3b11d4b
·
verified ·
1 Parent(s): 6e6a43c

Upload hf_env/lib/python3.14/site-packages/hf_xet/__init__.py with huggingface_hub

Browse files
hf_env/lib/python3.14/site-packages/hf_xet/__init__.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from .hf_xet import *
2
+
3
+ __doc__ = hf_xet.__doc__
4
+ if hasattr(hf_xet, "__all__"):
5
+ __all__ = hf_xet.__all__