Files
manim/animation/__init__.py
2017-04-29 18:23:45 -07:00

8 lines
105 B
Python

__all__ = [
"animation",
"simple_animations",
"transform"
]
from animation import Animation