import ports2data at top level

This commit is contained in:
Jan Petykiewicz 2023-01-26 15:37:36 -08:00 committed by jan
parent e5029ae21d
commit cb87543e0c

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'