aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/jiter/__init__.py
blob: 3d17192f352540e415a2982ca50e57a753b1a5b6 (about) (plain)
1
2
3
4
5
from .jiter import *

__doc__ = jiter.__doc__
if hasattr(jiter, "__all__"):
    __all__ = jiter.__all__