mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Refactored helpers.py into a folder of various util files, take 2
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
from constants import *
|
||||
|
||||
|
||||
from mobject import VGroup
|
||||
from mobject.vectorized_mobject import VGroup
|
||||
from mobject.tex_mobject import TexMobject, TextMobject
|
||||
from number_line import NumberPlane
|
||||
from animation import Animation
|
||||
from animation.animation import Animation
|
||||
from animation.transform import ApplyPointwiseFunction, MoveToTarget
|
||||
from animation.simple_animations import Homotopy, ShowCreation, \
|
||||
SmoothedVectorizedHomotopy
|
||||
|
Reference in New Issue
Block a user