diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-06 19:49:25 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-06 19:49:25 -0700 |
commit | 4b0f60ef0c56a3e1ead9be5a74ca5cc9ab0f8b77 (patch) | |
tree | 9ae1d2a3f7b3f90354a6743e6995efa528d8c814 | |
parent | 552fb4def7b28b86b58c463f081c5ae4b859a382 (diff) |
test 2
-rw-r--r-- | creator.py | 1 | ||||
-rw-r--r-- | main.py | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -28,7 +28,6 @@ from mpl_toolkits.mplot3d import Axes3D # our spars, stringers and ribs. This makes for more elegant code.
global parent
-# Marius makes a change.
class Coordinates:
"""
@@ -24,7 +24,6 @@ SEMI_SPAN = 200 POP_SIZE = 1 SAVE_PATH = 'C:/Users/blend/Desktop/python/airfoils' -# Where is my change? def main(): |