diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-27 16:08:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 16:08:19 +0200 |
| commit | 455b02847f14983ef8c2463849981f5e9fc44063 (patch) | |
| tree | d4ed8df3fbf9d57bdda366dbc71bfd58b0b2ce0b /lib/extensions/__init__.py | |
| parent | b461b2d85b10951f700d8f5c51b050bed8468cd2 (diff) | |
cleanup extension (#713)
Co-authored-by: Lex Neva <github.com@lexneva.name>
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 3c67700b..a5388f19 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -1,5 +1,6 @@ from auto_satin import AutoSatin from break_apart import BreakApart +from cleanup import Cleanup from convert_to_satin import ConvertToSatin from cut_satin import CutSatin from embroider import Embroider @@ -38,6 +39,7 @@ __all__ = extensions = [Embroider, Lettering, Troubleshoot, RemoveEmbroiderySettings, + Cleanup, BreakApart, ImportThreadlist, Simulator] |
