From d613d11eab93f40b933e1d06d609bdcfc11a7032 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 8 Jun 2019 17:22:22 -0700 Subject: added a comment. --- creator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/creator.py b/creator.py index d5ff3ec..17c1d98 100644 --- a/creator.py +++ b/creator.py @@ -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) -- cgit v1.2.3