]> git.mxchange.org Git - fba.git/blobdiff - fba/__init__.py
Continued:
[fba.git] / fba / __init__.py
index d6d5a6e2c1a13c4b1b2e52a47bc51b45d9c4f1b8..0230fa3facfd8e1ebddaa92ddbb5b10630d89bff 100644 (file)
@@ -1,12 +1,30 @@
+# Copyright (C) 2023 Free Software Foundation
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 __all__ = [
     'blacklist',
     'blocks',
     'boot',
-    'cache',
     'commands',
     'config',
+    'csrf',
     'federation',
     'fba',
+    'helpers',
     'instances',
+    'locking',
     'network',
+    'networks',
 ]