shuqianpinggu/huaxi/Lib/site-packages/jiter/__init__.py
WIN-T9V3LPE8NK2\Administrator 4911f3024f 主分支
2025-06-17 17:46:44 +08:00

5 lines
103 B
Python

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