dashboard/backend/database.py

2 lines
58 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()