diff options
-rw-r--r-- | __init__.py | 2 | ||||
-rw-r--r-- | creator.py | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py index 3e60a6f..6d9a3db 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,3 @@ __author__ = "Marius Peter"
__version__ = "2.1"
__revision__ = "2.1.1"
-
-# Foobie foobar
@@ -22,7 +22,6 @@ import matplotlib.pyplot as plt import matplotlib as mpl
from mpl_toolkits.mplot3d import Axes3D
-# hello im just dicking around
# This variable is required for main.py constant wing dimensions
# to be passed to inheriting classes (Airfoil, Spar, Stringer, Rib).
# This way, we don't have to redeclare our coordinates as parameters for
|