mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
6 lines
176 B
Python
6 lines
176 B
Python
from active_projects.clacks.solution2 import block_collision_scenes
|
|
|
|
OUTPUT_DIRECTORY = "clacks_solution2"
|
|
ALL_SCENE_CLASSES = [
|
|
block_collision_scenes.PreviousTwoVideos
|
|
]
|