diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-04-19 18:38:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-19 18:38:28 +0200 |
| commit | 2f4ca0cf10d9aa09711034c683e148b309822b86 (patch) | |
| tree | 858d7811f98dc63e20011eab96a3e1d781ce5594 /lib/extensions/__init__.py | |
| parent | d640c928d474602dfbe47a6e9a36619ee9a2330b (diff) | |
New Extension: Break Apart and Retain Holes (#653)
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index cd8d79fb..53a6638a 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -1,4 +1,5 @@ from auto_satin import AutoSatin +from break_apart import BreakApart from convert_to_satin import ConvertToSatin from cut_satin import CutSatin from embroider import Embroider @@ -36,4 +37,5 @@ __all__ = extensions = [Embroider, AutoSatin, Lettering, Troubleshoot, - RemoveEmbroiderySettings] + RemoveEmbroiderySettings, + BreakApart] |
