Created base database controller and user database controller to allow for initial database control

This commit is contained in:
2024-01-01 20:19:57 +00:00
parent ef94773b8f
commit b1a22cb7bd
13 changed files with 84 additions and 14 deletions

2
app.py
View File

@@ -1,6 +1,6 @@
from flask import Flask
from os import environ
from web import blueprint
from controllers.web import blueprint
'''
Main entrypoint for Flask application.