PortsRef -> Abstract

This commit is contained in:
Jan Petykiewicz 2023-01-23 22:34:31 -08:00 committed by jan
commit 3b8866732b
3 changed files with 9 additions and 10 deletions

View file

@ -35,7 +35,7 @@ from .pattern import Pattern
from .utils import layer_t, annotations_t
from .library import Library, MutableLibrary, WrapROLibrary, WrapLibrary, LazyLibrary
from .ports import Port, PortList
from .builder import Builder, PortsRef, Tool
from .builder import Builder, Abstract, Tool
__author__ = 'Jan Petykiewicz'