__init__.py 103 B

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