diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-08 17:22:22 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-08 17:22:22 -0700 |
commit | d613d11eab93f40b933e1d06d609bdcfc11a7032 (patch) | |
tree | 248ab0d3981dd4010932f379c2106c6013885e7a | |
parent | e053bbfd320ecc0817c7f8b740c0581ac0813417 (diff) |
added a comment.
-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)
|