X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2F__init__.py;h=9746ec1a772c6715a97559bcedee5e3afa5dd9c5;hb=4c84e7a6e350f7ed3ef676ba054f44dbf26ec3ed;hp=155bf7613877fcd591adfb38b2619654de6c3233;hpb=5195178658189483d6e6ee23911063e5189e1609;p=fba.git diff --git a/fba/__init__.py b/fba/__init__.py index 155bf76..9746ec1 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -13,18 +13,17 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +__version__ = "0.1.0" + __all__ = [ # Main packages: - 'blacklist', 'boot', 'commands', - 'config', - 'csrf', - 'federation', - 'fba', - 'network', + 'database', + 'utils', # Sub packages: 'helpers', + 'http', 'models', 'networks', ]