forked from kompetenzinventar/ki-backend
make project reuse compliant
This commit is contained in:
6
app.py
6
app.py
@ -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
|
||||
|
Reference in New Issue
Block a user