diff options
Diffstat (limited to 'lib/stitches/__init__.py')
| -rw-r--r-- | lib/stitches/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stitches/__init__.py b/lib/stitches/__init__.py index d2ff0446..e052d144 100644 --- a/lib/stitches/__init__.py +++ b/lib/stitches/__init__.py @@ -1,3 +1,6 @@ from running_stitch import * from auto_fill import auto_fill from fill import legacy_fill + +# Can't put this here because we get a circular import :( +#from auto_satin import auto_satin |
