3b1b-manim/active_projects/clacks/all_questions_scenes.py

9 lines
175 B
Python
Raw Normal View History

2019-01-24 21:47:40 -08:00
from active_projects import clacks
output_directory = "clacks_question"
all_scenes = [
clacks.NameIntro,
clacks.MathAndPhysicsConspiring,
clacks.LightBouncing,
]