Refactor project structure

Add version, multiple configs and pyproject
This commit is contained in:
2023-06-11 18:09:00 +02:00
parent 51040577fc
commit 869ba82695
58 changed files with 167 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
from app.models import Benchmark, db, User
from app import app
from beflask.models import Benchmark, db, User
from beflask import app
app = app.create_app()