3b1b-manim/manimlib/event/__init__.py

7 lines
211 B
Python
Raw Normal View History

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()