mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
typing hint
This commit is contained in:
parent
733a1fa3d3
commit
1365db414c
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ from manim.data_structures import MethodWithArgs
|
|||
from manim.event_handler import EVENT_DISPATCHER
|
||||
from manim.event_handler.event_listener import EventListener
|
||||
from manim.event_handler.event_type import EventType
|
||||
from manim.typing import Point3D
|
||||
from manim.utils.bezier import integer_interpolate, interpolate
|
||||
from manim.utils.color import *
|
||||
from manim.utils.exceptions import MultiAnimationOverrideException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue