summaryrefslogtreecommitdiff
path: root/creator/base.py
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2019-10-02 00:37:15 -0700
committerblendoit <blendoit@gmail.com>2019-10-02 00:37:15 -0700
commitb6cbe69cd70050bd88c789b3b80131bb87bc7886 (patch)
tree4c1038663d32645380a0700ac4e0421d0699e28c /creator/base.py
parent93cc49e414766f2980e06cbe2b9b8be10ec4472d (diff)
Folder structure
Diffstat (limited to 'creator/base.py')
-rw-r--r--creator/base.py10
1 files changed, 5 insertions, 5 deletions
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
Copyright 2019--2024 Marius PETER