[add]: mail

This commit is contained in:
VivianDee
2025-07-16 14:19:10 +01:00
parent 6e08b0680f
commit deaddd8132
6 changed files with 74 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
from flask_sqlalchemy import SQLAlchemy
from flask_migrate import Migrate
from flask_mail import Mail
mail = Mail()
db = SQLAlchemy()
migrate = Migrate()