mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
add requirements for BraceLabel
This commit is contained in:
parent
68eaec7f34
commit
ebc53e3948
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ from helpers import *
|
|||
from mobject import Mobject
|
||||
from mobject.vectorized_mobject import VGroup, VMobject, VectorizedPoint
|
||||
from mobject.svg_mobject import SVGMobject
|
||||
from mobject.tex_mobject import TextMobject, TexMobject
|
||||
from mobject.tex_mobject import TextMobject, TexMobject, Brace
|
||||
|
||||
from animation import Animation
|
||||
from animation.simple_animations import Rotating, LaggedStart
|
||||
from animation.simple_animations import Rotating, LaggedStart, AnimationGroup
|
||||
from animation.transform import ApplyMethod, FadeIn, GrowFromCenter
|
||||
|
||||
from topics.geometry import Circle, Line, Rectangle, Square, \
|
||||
|
|
Loading…
Add table
Reference in a new issue