2021-02-02 16:02:10 +05:30
|
|
|
from manimlib.event_handler.event_dispatcher import EventDispatcher
|
2021-02-02 15:59:27 +05:30
|
|
|
|
|
|
|
|
|
|
|
# This is supposed to be a Singleton
|
|
|
|
# i.e., during runtime there should be only one object of Event Dispatcher
|
|
|
|
EVENT_DISPATCHER = EventDispatcher()
|