8 lines
134 B
Python
8 lines
134 B
Python
class EventsDispatcher(object):
|
|
|
|
def add_handler(self, *args):
|
|
pass
|
|
|
|
def listen_for_events(self, *args):
|
|
pass
|