Skip to content

Commit c7da6c1

Browse files
jfngwhitequark
authored andcommitted
lib.wiring: add Interface to __all__.
1 parent ccf7aaf commit c7da6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth/lib/wiring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .._utils import final
1111

1212

13-
__all__ = ["In", "Out", "Signature", "connect", "flipped", "Component"]
13+
__all__ = ["In", "Out", "Signature", "Interface", "connect", "flipped", "Component"]
1414

1515

1616
class Flow(enum.Enum):

0 commit comments

Comments
 (0)