cloudPlat/backend/database.py
2025-07-10 10:02:51 +08:00

3 lines
59 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()