From 86adac1ea9114cc7ec1dca5ec1c86385df684133 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 15 Jan 2018 19:17:00 -0800 Subject: [PATCH] Tiny changes to example_scene --- example_scenes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example_scenes.py b/example_scenes.py index 80c37370..79066a68 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -26,10 +26,6 @@ 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()