add AbstractView

This commit is contained in:
Jan Petykiewicz 2023-01-23 22:48:31 -08:00 committed by jan
commit a6cb276468
2 changed files with 20 additions and 1 deletions

View file

@ -33,7 +33,7 @@ from .label import Label
from .ref import Ref
from .pattern import Pattern
from .utils import layer_t, annotations_t
from .library import Library, MutableLibrary, WrapROLibrary, WrapLibrary, LazyLibrary
from .library import Library, MutableLibrary, WrapROLibrary, WrapLibrary, LazyLibrary, AbstractView
from .ports import Port, PortList
from .builder import Builder, Abstract, Tool