__init__.py 75 B

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