front_ponto_eletronico/extensions.py
2025-03-17 15:00:51 -03:00

6 lines
120 B
Python

from flask_sqlalchemy import SQLAlchemy
from flask_jwt_extended import JWTManager
db = SQLAlchemy()
jwt = JWTManager()