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

10 lines
174 B
Python

from .template.cluster import (
TemplateEventClusterSet
)
__all__ = [
"TemplateEventClusterSet",
]
def retrieve_all_clusters():
return [TemplateEventClusterSet]