diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-01 06:59:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 06:59:46 +0200 |
| commit | 0c825d21631d467104cb65c61e15c39c46481e9e (patch) | |
| tree | dea60b14cdac3120df66639bf14e74fed7950170 /lib/extensions/__init__.py | |
| parent | b218aac86c016fac973fbdfe0e3c351062232e7b (diff) | |
Add multicolor satin extension (#2863)
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index 7674fba5..86c75395 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -48,6 +48,7 @@ from .preferences import Preferences from .print_pdf import Print from .remove_embroidery_settings import RemoveEmbroiderySettings from .reorder import Reorder +from .satin_multicolor import SatinMulticolor from .select_elements import SelectElements from .selection_to_guide_line import SelectionToGuideLine from .selection_to_pattern import SelectionToPattern @@ -108,6 +109,7 @@ __all__ = extensions = [ApplyPalette, Print, RemoveEmbroiderySettings, Reorder, + SatinMulticolor, SelectElements, SelectionToGuideLine, SelectionToPattern, |
