3b1b-manim/active_projects/ode/all_part1_scenes.py
Grant Sanderson 81cbac1510 PendulumScene
2019-03-19 17:31:11 -07:00

10 lines
227 B
Python

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