mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
7 lines
211 B
Python
7 lines
211 B
Python
![]() |
from manimlib.event.event_dispatcher import EventDispatcher
|
||
|
|
||
|
|
||
|
# This is supposed to be a Singleton
|
||
|
# i.e., during runtime there should be only one object of Event Dispatcher
|
||
|
EVENT_DISPATCHER = EventDispatcher()
|