__init__.py 107 B

12345
  1. from .hf_xet import *
  2. __doc__ = hf_xet.__doc__
  3. if hasattr(hf_xet, "__all__"):
  4. __all__ = hf_xet.__all__