evolution-client-python/env/lib/python3.10/site-packages/nh3/__init__.py
2024-10-30 11:19:09 -03:00

5 lines
95 B
Python

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