Meu_projeto/app/database.py
2025-05-16 19:55:05 -04:00

3 lines
58 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()