mirror of
https://github.com/OpenVGLab/OmniLottie.git
synced 2026-09-17 07:36:27 +00:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
__all__ = ["animation", "ellipse", "ik", "linediff", "restructure", "script", "stripper"]
|
||||
|
||||
try:
|
||||
from . import font
|
||||
__all__ += ["font"]
|
||||
except ImportError:
|
||||
pass
|
||||
Reference in New Issue
Block a user