mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
8 lines
175 B
Python
8 lines
175 B
Python
from active_projects import clacks
|
|
|
|
output_directory = "clacks_question"
|
|
all_scenes = [
|
|
clacks.NameIntro,
|
|
clacks.MathAndPhysicsConspiring,
|
|
clacks.LightBouncing,
|
|
]
|