dashboard/backend/database.py

3 lines
58 B
Python
Raw Normal View History

2022-10-21 12:44:04 +02:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()