Meu_projeto/app/database.py
2025-03-26 22:13:35 -04:00

4 lines
59 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()