added a comment.

Commit
d613d11eab93f40b933e1d06d609bdcfc11a7032
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
creator.py
index d5ff3ec3..17c1d987 100644..100644
@@ -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