3b1b-manim/active_projects/ode/all_part1_scenes.py
2019-03-17 04:04:40 -07:00

7 lines
170 B
Python

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