diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-03-29 10:25:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 10:25:02 +0100 |
| commit | 2439adafa8592995d9acead47ef2802d5d95c373 (patch) | |
| tree | bfa10aaf017bc48cf6c166c7adeb9afd5dc12922 /lib/stitches/__init__.py | |
| parent | fb1ecd0badf5eb142f17cc7f0f7e8b347151b002 (diff) | |
Add "the tartan universe" (#2782)
Diffstat (limited to 'lib/stitches/__init__.py')
| -rw-r--r-- | lib/stitches/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stitches/__init__.py b/lib/stitches/__init__.py index ba56a0ec..2164ef9e 100644 --- a/lib/stitches/__init__.py +++ b/lib/stitches/__init__.py @@ -9,6 +9,7 @@ from .fill import legacy_fill from .guided_fill import guided_fill from .linear_gradient_fill import linear_gradient_fill from .meander_fill import meander_fill +from .tartan_fill import tartan_fill # Can't put this here because we get a circular import :( # from .auto_satin import auto_satin |
