• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1from .path import SVGPath, parse_path
2
3__all__ = ["SVGPath", "parse_path"]
4