We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af80d1 commit 03fe6f0Copy full SHA for 03fe6f0
src/structurizr/view/__init__.py
@@ -24,4 +24,6 @@
24
from .animation import Animation, AnimationIO
25
from .system_context_view import SystemContextView, SystemContextViewIO
26
from .view_set import ViewSet, ViewSetIO
27
-from .element_style import ElementStyle
+from .element_style import ElementStyle, ElementStyleIO
28
+from .relationship_style import RelationshipStyle, RelationshipStyleIO
29
+from .configuration import Configuration, ConfigurationIO
0 commit comments