Changed from animation.simple_animation import * to account for animation.compositions

This commit is contained in:
Grant Sanderson
2018-03-08 13:55:01 -08:00
parent 946bc92b7a
commit 4c3d1f5d61
75 changed files with 196 additions and 46 deletions

View File

@ -8,6 +8,7 @@ from mobject.vectorized_mobject import *
from animation.animation import Animation
from animation.transform import *
from animation.simple_animations import *
from animation.compositions import *
from animation.playground import *
from topics.geometry import *
from topics.characters import *