mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Changed from animation.simple_animation import * to account for animation.compositions
This commit is contained in:
@ -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.continual_animation import *
|
||||
from animation.playground import *
|
||||
from topics.geometry import *
|
||||
|
Reference in New Issue
Block a user