py-sympa-soap/sympasoap/__init__.py

7 lines
57 B
Python
Raw Normal View History

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