初始化提交
This commit is contained in:
7
NBATransfer-backend/extensions.py
Normal file
7
NBATransfer-backend/extensions.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_jwt_extended import JWTManager
|
||||
from flask_mail import Mail
|
||||
|
||||
db = SQLAlchemy()
|
||||
jwt = JWTManager()
|
||||
mail = Mail()
|
||||
Reference in New Issue
Block a user