Turn Builder into a subset of Pather

This commit is contained in:
Jan Petykiewicz 2023-01-31 22:28:02 -08:00 committed by jan
commit 4fc2e67b62
3 changed files with 186 additions and 39 deletions

View file

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