Files

8 lines
172 B
Python
Raw Permalink Normal View History

2026-03-01 21:36:54 +08:00
__all__ = ["animation", "ellipse", "ik", "linediff", "restructure", "script", "stripper"]
try:
from . import font
__all__ += ["font"]
except ImportError:
pass