diff options
| author | blendoit <blendoit@gmail.com> | 2019-10-01 23:29:24 -0700 |
|---|---|---|
| committer | blendoit <blendoit@gmail.com> | 2019-10-01 23:29:24 -0700 |
| commit | 93cc49e414766f2980e06cbe2b9b8be10ec4472d (patch) | |
| tree | 93c2c9e44cab44f37f6dee6f7fdafbf53372464d /creator/__init__.py | |
| parent | fa38b61ff2bd193fad1f320d2d59b8cb34ecd288 (diff) | |
Proper package structure
Diffstat (limited to 'creator/__init__.py')
| -rw-r--r-- | creator/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/creator/__init__.py b/creator/__init__.py new file mode 100644 index 0000000..6fc3a2c --- /dev/null +++ b/creator/__init__.py @@ -0,0 +1 @@ +__all__ = ['base', 'fuselage', 'propulsion', 'wing'] |