updated event and router stacks
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
from .template.event import template_event_cluster
|
||||
from .template.cluster import (
|
||||
TemplateEventClusterSet
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"template_event_cluster",
|
||||
"TemplateEventClusterSet",
|
||||
]
|
||||
|
||||
def retrieve_all_clusters():
|
||||
return [TemplateEventClusterSet]
|
||||
Reference in New Issue
Block a user