summaryrefslogtreecommitdiff
path: root/lib/stitches/__init__.py
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2022-02-18 15:36:01 +0100
committerKaalleen <reni@allenka.de>2022-05-04 19:10:23 +0200
commit515ed3ea2fc8357482527d6e4a170db154baa205 (patch)
tree7278a32c7c799a05aaa9bce1230914984f3d12d3 /lib/stitches/__init__.py
parentd514eac81937bb64815239dd3aa96e38d6556a32 (diff)
separate guided fill methods
Diffstat (limited to 'lib/stitches/__init__.py')
-rw-r--r--lib/stitches/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stitches/__init__.py b/lib/stitches/__init__.py
index 4de88733..8b2738bc 100644
--- a/lib/stitches/__init__.py
+++ b/lib/stitches/__init__.py
@@ -5,6 +5,7 @@
from .auto_fill import auto_fill
from .fill import legacy_fill
+from .guided_fill import guided_fill
from .running_stitch import *
# Can't put this here because we get a circular import :(