comments and README.md

This commit is contained in:
2023-09-28 17:08:50 +02:00
parent 68311135bf
commit 945b9c2195
6 changed files with 298 additions and 58 deletions

View File

@@ -1,9 +1,12 @@
from flask import Flask
from app.config import settings
def create_app():
"""
Create a very simple flask app.
:return: Flask application
"""
flaskapp = Flask(__name__)
with flaskapp.app_context():