Initial Commit

This commit is contained in:
OmniLottie
2026-03-01 21:36:54 +08:00
commit a386c803e1
199 changed files with 42253 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from . import builder, importer
from .importer import parse_sif_file
from .builder import to_sif
__all__ = ["builder", "importer", "parse_sif_file", "to_sif"]