10 lines
168 B
Python
10 lines
168 B
Python
from .template.cluster import TemplateEventClusterSet
|
|
|
|
__all__ = [
|
|
"TemplateEventClusterSet",
|
|
]
|
|
|
|
|
|
def retrieve_all_clusters():
|
|
return [TemplateEventClusterSet]
|