Added sqlalchemy, models, ...

This commit is contained in:
2022-03-13 20:43:24 +01:00
parent 6fd210d91d
commit 90aae3b78a
5 changed files with 93 additions and 2 deletions

3
webservice/db.py Normal file
View File

@@ -0,0 +1,3 @@
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()