Files
manim/active_projects/ode/all_part2_scenes.py

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,
]