mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Added missing imports
This commit is contained in:
parent
6a781d0737
commit
30f061ff01
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ from mobject.geometry import Line
|
|||
from utils.bezier import interpolate
|
||||
from utils.config_ops import digest_config
|
||||
from utils.space_ops import get_norm
|
||||
from utils.space_ops import normalize
|
||||
from utils.simple_functions import fdiv
|
||||
|
||||
|
||||
class NumberLine(VMobject):
|
||||
|
|
Loading…
Add table
Reference in a new issue