add RenderPather

This commit is contained in:
jan 2023-04-11 11:47:57 -07:00
commit 5f24ceb13f
4 changed files with 564 additions and 6 deletions

View file

@ -41,7 +41,7 @@ from .library import (
)
from .ports import Port, PortList
from .abstract import Abstract
from .builder import Builder, Tool, FlatBuilder, Pather
from .builder import Builder, Tool, FlatBuilder, Pather, RenderPather, render_step_t
from .utils import ports2data, oneshot