added mail

This commit was merged in pull request #40.
This commit is contained in:
Chinenye Nmoh
2025-07-15 20:25:49 +01:00
parent 22ea12b3c4
commit 7ac9b8c061
7 changed files with 86 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
from flask_sqlalchemy import SQLAlchemy
from flask_mail import Mail
mail = Mail()
db = SQLAlchemy()