3b1b-manim/animation/__init__.py

8 lines
105 B
Python
Raw Normal View History

2015-11-23 10:34:42 -08:00
__all__ = [
"animation",
"simple_animations",
"transform"
]
from animation import Animation