__init__.py 99 B

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