py-sympa-soap/sympasoap/__init__.py
2020-10-08 22:50:17 +02:00

7 lines
57 B
Python

from .client import Client
__all__ = [
"Client",
]