Files
manim/active_projects/ode/all_part1_scenes.py
2019-03-16 22:13:55 -07:00

7 lines
122 B
Python

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