summaryrefslogtreecommitdiff
path: root/lib/stitches/__init__.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-05-24 19:40:30 +0200
committerGitHub <noreply@github.com>2022-05-24 19:40:30 +0200
commite968f814f718c32742466bfa50cb62f0ad7b2d54 (patch)
treebc02fc1bf3eb7a3f7c939d76e6323c1cdfe0976e /lib/stitches/__init__.py
parentca07b1b267b0f401b947c984e67ee15de9e16c8f (diff)
Add ripple stitch feature (#1667)
Diffstat (limited to 'lib/stitches/__init__.py')
-rw-r--r--lib/stitches/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stitches/__init__.py b/lib/stitches/__init__.py
index 8b2738bc..b0ff64fc 100644
--- a/lib/stitches/__init__.py
+++ b/lib/stitches/__init__.py
@@ -9,4 +9,5 @@ from .guided_fill import guided_fill
from .running_stitch import *
# Can't put this here because we get a circular import :(
-#from auto_satin import auto_satin
+# from .auto_satin import auto_satin
+# from .ripple_stitch import ripple_stitch