Files
2026-05-06 19:47:31 +07:00

4 lines
75 B
Python

from .path import SVGPath, parse_path
__all__ = ["SVGPath", "parse_path"]