dashboard/database.py
2022-04-05 12:16:01 +02:00

2 lines
58 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()