Tiny changes to example_scene

This commit is contained in:
Grant Sanderson
2018-01-15 19:17:00 -08:00
parent 407d72bb94
commit 86adac1ea9

View File

@@ -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 <SceneName>
class SquareToCircle(Scene):
def construct(self):
circle = Circle()