3b1b-manim/mobject/__init__.py

9 lines
207 B
Python
Raw Normal View History

2015-11-23 10:34:42 -08:00
__all__ = [
"mobject",
"image_mobject",
"tex_mobject",
]
2016-04-09 20:03:57 -07:00
from mobject import Mobject
2016-04-14 19:30:47 -07:00
from point_cloud_mobject import Point, Mobject1D, Mobject2D, PMobject
from vectorized_mobject import VMobject