prod-wag-backend-automate-s.../ApiServices/IdentityService/events/__init__.py

13 lines
246 B
Python

from .people.event import (
people_event_cluster_list,
people_event_cluster_update,
people_event_cluster_create,
)
__all__ = [
"people_event_cluster_list",
"people_event_cluster_update",
"people_event_cluster_create",
]