mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Changed from animation.simple_animation import * to account for animation.compositions
This commit is contained in:
@ -5,6 +5,7 @@ import scipy
|
||||
from animation.animation import Animation
|
||||
from animation.transform import *
|
||||
from animation.simple_animations import *
|
||||
from animation.compositions import *
|
||||
from animation.playground import *
|
||||
from animation.continual_animation import *
|
||||
from topics.geometry import *
|
||||
|
Reference in New Issue
Block a user