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

6 lines
96 B
Python

from .template.event import template_event_cluster
__all__ = [
"template_event_cluster",
]