Using Camera class instead of displayer module

This commit is contained in:
Grant Sanderson
2016-02-27 12:44:52 -08:00
parent c4c342c406
commit 74517d798d
21 changed files with 93 additions and 103 deletions

View File

@ -11,7 +11,7 @@ from random import sample
from animation import *
from mobject import *
from constants import *
from region import *
from mobject.region import *
from scene import Scene, RearrangeEquation
from script_wrapper import command_line_create_scene