From 2439adafa8592995d9acead47ef2802d5d95c373 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:25:02 +0100 Subject: Add "the tartan universe" (#2782) --- lib/extensions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/extensions/__init__.py') diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index 72cafcc0..0ae88c76 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -54,6 +54,7 @@ from .simulator import Simulator from .stitch_plan_preview import StitchPlanPreview from .stitch_plan_preview_undo import StitchPlanPreviewUndo from .stroke_to_lpe_satin import StrokeToLpeSatin +from .tartan import Tartan from .test_swatches import TestSwatches from .troubleshoot import Troubleshoot from .update_svg import UpdateSvg @@ -111,6 +112,7 @@ __all__ = extensions = [ApplyPalette, StitchPlanPreview, StitchPlanPreviewUndo, StrokeToLpeSatin, + Tartan, TestSwatches, Troubleshoot, UpdateSvg, -- cgit v1.2.3