wag-managment-api-service-v.../Events/AllEvents/events/__init__.py

12 lines
186 B
Python

"""
Events package initialization.
"""
from .account.cluster import AccountCluster
from .address.cluster import AddressCluster
__all__ = [
"AccountCluster",
"AddressCluster"
]