diff --git a/example_scenes.py b/example_scenes.py index 79066a68..80c37370 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -26,6 +26,10 @@ from mobject.vectorized_mobject import * ## To watch one of these scenes, run the following: ## python extract_scene.py -p file_name + + + + class SquareToCircle(Scene): def construct(self): circle = Circle()