make project reuse compliant

This commit is contained in:
2021-07-05 19:37:05 +02:00
parent 3d6a20031b
commit a05cc84c11
40 changed files with 276 additions and 5 deletions

6
app.py
View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
import logging
import os
@ -25,4 +29,4 @@ CORS(app)
db = SQLAlchemy(app)
migrate = Migrate(app, db)
from ki import module # noqa
from ki import module # noqa