inkstitch/lib/stitches/__init__.py

7 wiersze
187 B
Python

from .auto_fill import auto_fill
from .fill import legacy_fill
from .running_stitch import *
# Can't put this here because we get a circular import :(
#from auto_satin import auto_satin