diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-09-12 20:49:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-12 20:49:31 -0400 |
| commit | 3fd741a1a4218b6559184aaadcde8abca178bde2 (patch) | |
| tree | 638a96776f6deecb82150b2b97efb372084e464c /lib/stitch_plan/__init__.py | |
| parent | eff7c8d8ce7c9c1f8396c99bcf5fc15078ff99b7 (diff) | |
| parent | a876066c75eafc20547b055c5dffe8e89e4c327f (diff) | |
Merge pull request #284 from inkstitch/simulator-timeline
simulator timeline
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 |
