finance-advisor-agent / api /extensions.py
Trae Agent
feat: upgrade with siliconflow and hf config
afd0ae6
raw
history blame contribute delete
119 Bytes
from flask_sqlalchemy import SQLAlchemy
from flask_jwt_extended import JWTManager
db = SQLAlchemy()
jwt = JWTManager()