Skip to content

Commit 03fe6f0

Browse files
ilaifMidnighter
andcommitted
fix: export required symbols
Co-authored-by: Midnighter <[email protected]>
1 parent 3af80d1 commit 03fe6f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/structurizr/view/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@
2424
from .animation import Animation, AnimationIO
2525
from .system_context_view import SystemContextView, SystemContextViewIO
2626
from .view_set import ViewSet, ViewSetIO
27-
from .element_style import ElementStyle
27+
from .element_style import ElementStyle, ElementStyleIO
28+
from .relationship_style import RelationshipStyle, RelationshipStyleIO
29+
from .configuration import Configuration, ConfigurationIO

0 commit comments

Comments
 (0)