mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
9 lines
175 B
Python
9 lines
175 B
Python
![]() |
from active_projects import clacks
|
||
|
|
||
|
output_directory = "clacks_question"
|
||
|
all_scenes = [
|
||
|
clacks.NameIntro,
|
||
|
clacks.MathAndPhysicsConspiring,
|
||
|
clacks.LightBouncing,
|
||
|
]
|