From b6cbe69cd70050bd88c789b3b80131bb87bc7886 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 2 Oct 2019 00:37:15 -0700 Subject: Folder structure --- creator/base.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'creator/base.py') diff --git a/creator/base.py b/creator/base.py index 91d4c70..2566a6b 100644 --- a/creator/base.py +++ b/creator/base.py @@ -9,6 +9,11 @@ logging.basicConfig(filename='log.txt', format='%(asctime)s - %(levelname)s - %(message)s') +class Aircraft: + """This class tracks all sub-components and is fed to the evaluator.""" + pass + + class Component: """Basic component providing coordinates and tools.""" @@ -52,8 +57,3 @@ class Component: print(f'Unable to write {file_name} to specified directory.\n', 'Was the full path passed to the function?') return None - - -class Aircraft: - """This class tracks all sub-components and is fed to the evaluator.""" - pass -- cgit v1.2.3