class HandlerEvent: handler_link = [] def __init__(self, func): HandlerEvent.handler_link.append(func)