3b1b-manim/active_projects/ode/all_part1_scenes.py
Grant Sanderson f2cd7004d7 ode changes
2019-03-18 14:34:49 -07:00

8 lines
192 B
Python

from active_projects.ode.part1.pendulum import *
from active_projects.ode.part1.staging import *
OUTPUT_DIRECTORY = "ode/part1"
ALL_SCENE_CLASSES = [
PendulumTest,
VectorFieldTest,
]