lib.wiring: add Interface to __all__.

This commit is contained in:
Jean-François Nguyen 2023-10-05 16:01:16 +02:00 committed by Catherine
parent ccf7aaf00d
commit c7da6c1292

View file

@ -10,7 +10,7 @@ from ..hdl.ir import Elaboratable
from .._utils import final
__all__ = ["In", "Out", "Signature", "connect", "flipped", "Component"]
__all__ = ["In", "Out", "Signature", "Interface", "connect", "flipped", "Component"]
class Flow(enum.Enum):