dashboard/backend/database.py

3 lines
58 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()