mentoria/app/database.py
2025-03-20 13:51:17 -03:00

4 lines
59 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()