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
+7
View File
@@ -0,0 +1,7 @@
from .base import importer
from ..parsers.tgs import parse_tgs
@importer("Lottie JSON / Telegram Sticker", ["json", "tgs"], slug="lottie")
def import_tgs(file, *a, **kw):
return parse_tgs(file, *a, **kw)