mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Renamed event folder to event handler
This commit is contained in:
parent
e9ec5e0c93
commit
a4dbd0881b
4 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
from manimlib.event.event_dispatcher import EventDispatcher
|
from manimlib.event_handler.event_dispatcher import EventDispatcher
|
||||||
|
|
||||||
|
|
||||||
# This is supposed to be a Singleton
|
# This is supposed to be a Singleton
|
|
@ -1,7 +1,7 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
from manimlib.event.event_type import EventType
|
from manimlib.event_handler.event_type import EventType
|
||||||
from manimlib.event.event_listner import EventListner
|
from manimlib.event_handler.event_listner import EventListner
|
||||||
|
|
||||||
|
|
||||||
class EventDispatcher(object):
|
class EventDispatcher(object):
|
Loading…
Add table
Reference in a new issue