from ApiControllers.abstracts.event_clusters import EventCluster, RouterCluster from .supers_events import ( ServiceEndpointListEvent, ) ServiceEndpointRouterCluster = RouterCluster(name="ServiceEndpointRouterCluster") ServiceEndpointEventClusterList = EventCluster( name="ServiceList", endpoint_uu_id="f4e4d332-70b1-4121-9fcc-a08850b72aaa" ) ServiceEndpointEventClusterList.add_event(ServiceEndpointListEvent) ServiceEndpointRouterCluster.set_event_cluster(ServiceEndpointEventClusterList)