Added SQLAlchemy

This commit is contained in:
2021-04-18 15:58:13 +02:00
parent bee6ccf09c
commit 998658c148
6 changed files with 38 additions and 3 deletions

View File

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