*ARCHIVED* development moved to aircraft-studio.
added a comment.
creator.py
@@ -239,6 +239,8 @@
239
239
"""Contains a single spar's location and material."""
240
240
global parent
241
241
242
Added:
# Blendo
243
Added:
242
244
def __init__(self):
243
245
super().__init__(parent.chord, parent.semi_span)
244
246