class ControllerBase(): def __init__(self): pass async def event(self, target, client, eventData): pass def launch(self, api): pass