summaryrefslogtreecommitdiff
path: root/lib/extensions/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/__init__.py')
-rw-r--r--lib/extensions/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py
index 353d3894..1ca475b9 100644
--- a/lib/extensions/__init__.py
+++ b/lib/extensions/__init__.py
@@ -61,6 +61,7 @@ from .select_elements import SelectElements
from .selection_to_anchor_line import SelectionToAnchorLine
from .selection_to_guide_line import SelectionToGuideLine
from .selection_to_pattern import SelectionToPattern
+from .sew_stack_editor import SewStackEditor
from .simulator import Simulator
from .stitch_plan_preview import StitchPlanPreview
from .stitch_plan_preview_undo import StitchPlanPreviewUndo
@@ -132,6 +133,7 @@ __all__ = extensions = [About,
SelectionToAnchorLine,
SelectionToGuideLine,
SelectionToPattern,
+ SewStackEditor,
Simulator,
StitchPlanPreview,
StitchPlanPreviewUndo,