py-sympa-soap/sympasoap/__init__.py

7 lines
57 B
Python

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