diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-21 15:41:06 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-21 15:41:06 -0400 |
| commit | e29096ee138bd674e96a369a853d75eb7c919823 (patch) | |
| tree | 963188c1d0ec3fa010fe353e2d97be64b6856066 /lib/svg/__init__.py | |
| parent | c8fe52f136c77906741fdab7093942eeb363a209 (diff) | |
add commands framework
Diffstat (limited to 'lib/svg/__init__.py')
| -rw-r--r-- | lib/svg/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/svg/__init__.py b/lib/svg/__init__.py index 1895bba4..50543b1b 100644 --- a/lib/svg/__init__.py +++ b/lib/svg/__init__.py @@ -1,2 +1,3 @@ from .svg import color_block_to_point_lists, render_stitch_plan from .units import * +from .path import apply_transforms |
