3b1b-manim/mobject/__init__.py

7 lines
119 B
Python
Raw Normal View History

2015-11-23 10:34:42 -08:00
__all__ = [
"mobject",
"image_mobject",
"tex_mobject",
]
from mobject import Mobject, Mobject1D, Mobject2D