svg2scad2cc/svgpath/__init__.py

3 lines
95 B
Python

from .path import Path, Line, Arc, CubicBezier, QuadraticBezier
from .parser import parse_path