summaryrefslogtreecommitdiff
path: root/lib/stitch_plan/__init__.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 11:21:13 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 11:21:13 -0400
commit84cb4e2c333d331eb863714797a55589f41e51b2 (patch)
treeaaf46187dd21e719600875bf432349ad1ce31530 /lib/stitch_plan/__init__.py
parent12ef0c84aa732623b210fdce1a7b8301aa435217 (diff)
move StitchGroup into lib.stitch_plan
Diffstat (limited to 'lib/stitch_plan/__init__.py')
-rw-r--r--lib/stitch_plan/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/stitch_plan/__init__.py b/lib/stitch_plan/__init__.py
index 68301e94..ba4729bb 100644
--- a/lib/stitch_plan/__init__.py
+++ b/lib/stitch_plan/__init__.py
@@ -3,6 +3,8 @@
# Copyright (c) 2010 Authors
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-from .stitch_plan import patches_to_stitch_plan, StitchPlan, ColorBlock
+from .stitch_plan import patches_to_stitch_plan, StitchPlan
+from .color_block import ColorBlock
+from .stitch_group import StitchGroup
from .stitch import Stitch
from .read_file import stitch_plan_from_file