Compare commits

..

2 Commits

Author SHA1 Message Date
jan 158ea8e8a1 add plugged() for manually-aligned ports 1 month ago
jan d04333b77c fix circular import 1 month ago

@ -1,7 +1,7 @@
from typing import Any
from .types import annotations_t, layer_t
from ..import Port
from ..ports import Port
from ..repetition import Repetition

Loading…
Cancel
Save