mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Changed from animation.simple_animation import * to account for animation.compositions
This commit is contained in:
@ -6,6 +6,7 @@ from mobject import Mobject
|
||||
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 *
|
||||
|
Reference in New Issue
Block a user