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,13 @@
|
||||
from . import base, core, sif, svg
|
||||
from .base import importers
|
||||
|
||||
__all__ = [
|
||||
"base", "core", "sif", "svg",
|
||||
"importers",
|
||||
]
|
||||
|
||||
try:
|
||||
from . import raster
|
||||
__all__ += ["raster"]
|
||||
except ImportError:
|
||||
pass
|
||||
Reference in New Issue
Block a user