mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
9 lines
139 B
Python
9 lines
139 B
Python
from big_ol_pile_of_manim_imports import *
|
|
|
|
|
|
class TwoSolutionsWrapper(Scene):
|
|
CONFIG = {
|
|
}
|
|
|
|
def construct(self):
|
|
pass
|