From: Roland Häder Date: Tue, 13 Jun 2023 17:58:52 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5195178658189483d6e6ee23911063e5189e1609;p=fba.git Continued: - first load main packages, then sub --- diff --git a/fba/__init__.py b/fba/__init__.py index d22410d..155bf76 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -14,6 +14,7 @@ # along with this program. If not, see . __all__ = [ + # Main packages: 'blacklist', 'boot', 'commands', @@ -21,8 +22,9 @@ __all__ = [ 'csrf', 'federation', 'fba', - 'helpers', - 'model', 'network', + # Sub packages: + 'helpers', + 'models', 'networks', ]