__init__.py 103 B

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