mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-07-14 01:41:23 -06:00
5 lines
95 B
Python
5 lines
95 B
Python
from .nh3 import *
|
|
|
|
__doc__ = nh3.__doc__
|
|
if hasattr(nh3, "__all__"):
|
|
__all__ = nh3.__all__ |