3b1b-manim/active_projects/clacks/solution2/simple_scenes.py

10 lines
139 B
Python
Raw Normal View History

2019-01-25 11:47:55 -08:00
from big_ol_pile_of_manim_imports import *
2019-01-28 10:25:15 -08:00
class TwoSolutionsWrapper(Scene):
2019-01-25 11:47:55 -08:00
CONFIG = {
}
def construct(self):
pass