mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
import NumberLine, Point, Transform
This commit is contained in:
parent
98ad3d8058
commit
c928bc425c
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
import numpy as np
|
||||
from animation.transform import Transform
|
||||
from point_cloud_mobject import Point
|
||||
from topics.number_line import NumberLine
|
||||
|
||||
class NumberLineScene(Scene):
|
||||
def construct(self, **number_line_config):
|
||||
|
|
Loading…
Add table
Reference in a new issue