Files
2026-03-17 09:37:08 +01:00

5 lines
104 B
Python

from flask_sqlalchemy import SQLAlchemy
from flask_mail import Mail
mail = Mail()
db = SQLAlchemy()