mentoria-api-flask/app/database.py
2025-03-05 21:35:50 -04:00

3 lines
58 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()