From e968f814f718c32742466bfa50cb62f0ad7b2d54 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 24 May 2022 19:40:30 +0200 Subject: Add ripple stitch feature (#1667) --- lib/stitches/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/stitches/__init__.py') 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 -- cgit v1.2.3