mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
7 lines
No EOL
126 B
Python
7 lines
No EOL
126 B
Python
__all__ = [
|
|
"mobject",
|
|
"image_mobject",
|
|
"tex_mobject",
|
|
]
|
|
|
|
from mobject import Mobject, Point, Mobject1D, Mobject2D |