From ed4aa55a733986436853e2ee7ad22f757b09fcb1 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:01:37 +0100 Subject: Circular fill (#2053) --- lib/stitches/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/stitches/__init__.py') diff --git a/lib/stitches/__init__.py b/lib/stitches/__init__.py index cfa05e51..f77f16e7 100644 --- a/lib/stitches/__init__.py +++ b/lib/stitches/__init__.py @@ -4,6 +4,7 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .auto_fill import auto_fill +from .circular_fill import circular_fill from .fill import legacy_fill from .guided_fill import guided_fill -- cgit v1.2.3