]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 13 Jun 2023 17:58:52 +0000 (19:58 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Jun 2023 17:58:52 +0000 (19:58 +0200)
- first load main packages, then sub

fba/__init__.py

index d22410dab96f48dcdf739f5becdc6e51fbc1b105..155bf7613877fcd591adfb38b2619654de6c3233 100644 (file)
@@ -14,6 +14,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 __all__ = [
+    # Main packages:
     'blacklist',
     'boot',
     'commands',
@@ -21,8 +22,9 @@ __all__ = [
     'csrf',
     'federation',
     'fba',
-    'helpers',
-    'model',
     'network',
+    # Sub packages:
+    'helpers',
+    'models',
     'networks',
 ]