diff options
-rw-r--r-- | creator.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ class Spar(Coordinates): """Contains a single spar's location and material."""
global parent
+ # Blendo
+
def __init__(self):
super().__init__(parent.chord, parent.semi_span)
|