Add Tree/TreeView and allow Builder to ingest them
This commit is contained in:
parent
b4d31903c1
commit
9a7a5583ed
4 changed files with 43 additions and 12 deletions
|
|
@ -38,7 +38,7 @@ from .pattern import Pattern, map_layers, map_targets, chain_elements
|
|||
from .library import (
|
||||
ILibraryView, ILibrary,
|
||||
LibraryView, Library, LazyLibrary,
|
||||
AbstractView,
|
||||
AbstractView, TreeView, Tree,
|
||||
)
|
||||
from .ports import Port, PortList
|
||||
from .abstract import Abstract
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue