Files
2025-08-01 04:33:03 -04:00

4 lines
75 B
Python

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