mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
8 lines
183 B
Python
8 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,
|
|
]
|