syncing with upstream
This commit is contained in:
@@ -10,4 +10,4 @@ class Corner(object):
|
||||
|
||||
@property
|
||||
def dictionary(self):
|
||||
return {"x": self.x, "y": self.y, "length ccw": self.length_ccw, "length cw : ": self.length_cw, "angle": self.angle}
|
||||
return {"x": self.x, "y": self.y, "length_ccw": self.length_ccw, "length_cw": self.length_cw, "angle": self.angle}
|
||||
|
||||
Reference in New Issue
Block a user