updated Identity and managment service
This commit is contained in:
9
Trash/TemplateService/events/__init__.py
Normal file
9
Trash/TemplateService/events/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .template.cluster import TemplateEventClusterSet
|
||||
|
||||
__all__ = [
|
||||
"TemplateEventClusterSet",
|
||||
]
|
||||
|
||||
|
||||
def retrieve_all_clusters():
|
||||
return [TemplateEventClusterSet]
|
||||
Reference in New Issue
Block a user