events.py 134 B

1234567
  1. class EventsDispatcher(object):
  2. def add_handler(self, *args):
  3. pass
  4. def listen_for_events(self, *args):
  5. pass