Files
2024-10-30 22:14:35 +01:00

4 lines
75 B
Python

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