mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
7 lines
183 B
Python
7 lines
183 B
Python
from active_projects.ode.part2.staging import *
|
|
from active_projects.ode.part2.fourier_series import *
|
|
|
|
OUTPUT_DIRECTORY = "ode/part2"
|
|
ALL_SCENE_CLASSES = [
|
|
CirclesDrawingWave,
|
|
]
|