in elastic_agent_client/service/actions.py [0:0]
def __init__(self, client: V2, action_handler: BaseActionHandler):
super().__init__(client, "actions")
logger.debug(f"Initializing the {self.name} service")
self.client = client
self.action_handler = action_handler