3b1b-manim/mobject/__init__.py

7 lines
126 B
Python
Raw Normal View History

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