mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 17:37:47 +00:00
import numpy as np
This commit is contained in:
parent
3c2f6a1402
commit
98ad3d8058
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import numpy as np
|
||||
|
||||
class NumberLineScene(Scene):
|
||||
def construct(self, **number_line_config):
|
||||
self.number_line = NumberLine(**number_line_config)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue