dashboard/database.py
2022-03-22 15:56:36 +08:00

7 lines
63 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()