python-lottie
0.7.0+dev351ce82
A framework to work with lottie files and telegram animated stickers (tgs)
__init__.py
Go to the documentation of this file.
1
__all__ = [
"animation"
,
"ellipse"
,
"ik"
,
"linediff"
,
"restructure"
,
"script"
,
"stripper"
]
2
3
try
:
4
from
.
import
font
5
__all__ += [
"font"
]
6
except
ImportError:
7
pass
lottie
utils
__init__.py
Generated by
1.9.1