Remove meta_animations from animation.__init__.py

This commit is contained in:
Grant Sanderson 2017-04-29 18:23:45 -07:00
parent ad25f65327
commit 2ea2109694

View file

@ -1,6 +1,5 @@
__all__ = [
"animation",
"meta_animations",
"simple_animations",
"transform"
]