File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Mobjects
37
37
~mobject.vector_field
38
38
~mobject.svg.brace
39
39
~mobject.svg.code_mobject
40
+ ~mobject.svg.style_utils
41
+ ~mobject.svg.svg_path
40
42
~mobject.svg.svg_mobject
41
43
~mobject.svg.tex_mobject
42
44
~mobject.svg.text_mobject
Original file line number Diff line number Diff line change 50
50
from .mobject .probability import *
51
51
from .mobject .shape_matchers import *
52
52
from .mobject .svg .brace import *
53
+ from .mobject .svg .code_mobject import *
54
+ from .mobject .svg .style_utils import *
53
55
from .mobject .svg .svg_mobject import *
56
+ from .mobject .svg .svg_path import *
54
57
from .mobject .svg .tex_mobject import *
55
58
from .mobject .svg .text_mobject import *
56
- from .mobject .svg .code_mobject import *
57
59
from .mobject .three_d_utils import *
58
60
from .mobject .three_dimensions import *
59
61
from .mobject .types .image_mobject import *
You can’t perform that action at this time.
0 commit comments