mirror of
https://github.com/OpenVGLab/OmniLottie.git
synced 2026-09-17 07:36:27 +00:00
8 lines
172 B
Python
8 lines
172 B
Python
__all__ = ["animation", "ellipse", "ik", "linediff", "restructure", "script", "stripper"]
|
|
|
|
try:
|
|
from . import font
|
|
__all__ += ["font"]
|
|
except ImportError:
|
|
pass
|