dashboard/database.py

3 lines
58 B
Python
Raw Normal View History

2022-03-22 15:56:36 +08:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()