6 lines
89 B
Python
6 lines
89 B
Python
|
class EventsDispatcher(object):
|
||
|
|
||
|
def add_handler(self, *args):
|
||
|
pass
|
||
|
pass
|