File size: 103 Bytes
f1e6b80 |
1 2 3 4 5 |
from .jiter import *
__doc__ = jiter.__doc__
if hasattr(jiter, "__all__"):
__all__ = jiter.__all__ |
f1e6b80 |
1 2 3 4 5 |
from .jiter import *
__doc__ = jiter.__doc__
if hasattr(jiter, "__all__"):
__all__ = jiter.__all__ |