diff options
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index 5c702ce8..a2261a80 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -48,6 +48,8 @@ from .stitch_plan_preview import StitchPlanPreview from .stitch_plan_preview_undo import StitchPlanPreviewUndo from .zip import Zip +from.lettering_along_path import LetteringAlongPath + __all__ = extensions = [StitchPlanPreview, StitchPlanPreviewUndo, DensityMap, @@ -75,6 +77,7 @@ __all__ = extensions = [StitchPlanPreview, LetteringRemoveKerning, LetteringCustomFontDir, LetteringForceLockStitches, + LetteringAlongPath, LettersToFont, Troubleshoot, RemoveEmbroiderySettings, |
