summaryrefslogtreecommitdiff
path: root/PyEmb.py
diff options
context:
space:
mode:
Diffstat (limited to 'PyEmb.py')
-rw-r--r--PyEmb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PyEmb.py b/PyEmb.py
index cc572185..a8f01248 100644
--- a/PyEmb.py
+++ b/PyEmb.py
@@ -66,6 +66,7 @@ class Point:
def __len__(self):
return 2
+
class Stitch(Point):
def __init__(self, x, y, color=None, jump_stitch=False):