import ports2data at top level

This commit is contained in:
Jan Petykiewicz 2023-01-26 15:37:36 -08:00
parent 7adaea32ec
commit afab6fd940

View File

@ -38,6 +38,7 @@ from .library import Library, MutableLibrary, WrapROLibrary, WrapLibrary, LazyLi
from .ports import Port, PortList from .ports import Port, PortList
from .abstract import Abstract from .abstract import Abstract
from .builder import Builder, Tool from .builder import Builder, Tool
from .utils import ports2data
__author__ = 'Jan Petykiewicz' __author__ = 'Jan Petykiewicz'