routeur_ia_api / core /dependencies.py
Cyril Dupland
FIrst Commit
d28f1ed
raw
history blame
142 Bytes
"""FastAPI dependencies."""
from .security import get_current_user
# Export get_current_user for easy import
__all__ = ["get_current_user"]