]> git.mxchange.org Git - fba.git/blobdiff - fba/__init__.py
Continued:
[fba.git] / fba / __init__.py
index e716e103392940f3796f77efc67c15a7b97151f6..9746ec1a772c6715a97559bcedee5e3afa5dd9c5 100644 (file)
 # 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/>.
 
+__version__ = "0.1.0"
+
 __all__ = [
     # Main packages:
     'boot',
     'commands',
-    'csrf',
-    'fba',
+    'database',
+    'utils',
     # Sub packages:
     'helpers',
     'http',