From b6cbe69cd70050bd88c789b3b80131bb87bc7886 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 2 Oct 2019 00:37:15 -0700 Subject: Folder structure --- creator/wing.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'creator/wing.py') diff --git a/creator/wing.py b/creator/wing.py index be8e18a..8178366 100644 --- a/creator/wing.py +++ b/creator/wing.py @@ -316,11 +316,3 @@ def plot_geom(airfoil, spars, stringers): bbox_transform=plt.gcf().transFigure) plt.show() return fig, ax - - -def main(): - return None - - -if __name__ == '__main__': - main() -- cgit v1.2.3