diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-09-01 13:35:47 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-09-01 13:35:47 -0400 |
| commit | 3fe3399d909de6549a7ce64f4347b342933b2465 (patch) | |
| tree | 7e7caa215fc5b65784a5f8f7ac3a1511ea718a43 /lib/stitch_plan/__init__.py | |
| parent | 5f29e5a4a52ae8e5a434676648b0baa6253bd325 (diff) | |
simulator standalone mode
Diffstat (limited to 'lib/stitch_plan/__init__.py')
| -rw-r--r-- | lib/stitch_plan/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stitch_plan/__init__.py b/lib/stitch_plan/__init__.py index 791a5f20..2aaa0ab9 100644 --- a/lib/stitch_plan/__init__.py +++ b/lib/stitch_plan/__init__.py @@ -1,2 +1,3 @@ -from stitch_plan import patches_to_stitch_plan, StitchPlan, ColorBlock +from .stitch_plan import patches_to_stitch_plan, StitchPlan, ColorBlock from .stitch import Stitch +from .read_file import stitch_plan_from_file |
