Files
manim/mobject/__init__.py
2015-12-13 15:41:45 -08:00

7 lines
126 B
Python

__all__ = [
"mobject",
"image_mobject",
"tex_mobject",
]
from mobject import Mobject, Point, Mobject1D, Mobject2D