diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/python/shapes/shapes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py index dbf3e9e..71e9be7 100644 --- a/src/main/python/shapes/shapes.py +++ b/src/main/python/shapes/shapes.py @@ -15,8 +15,8 @@ from utils.app import fileImporter directionsEnum = [ "top", "right", - "left", - "bottom" + "bottom", + "left" ] orientationEnum = [ |