Files
Buffteks-Website/venv/lib/python3.12/site-packages/jiter/__init__.py
2025-05-08 21:10:14 -05:00

5 lines
103 B
Python

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