Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ChambreAgriculturePaysLoire
/
routeur_ia_api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d28f1ed
routeur_ia_api
/
core
/
dependencies.py
Cyril Dupland
FIrst Commit
d28f1ed
8 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
"""FastAPI dependencies."""
from
.security
import
get_current_user
# Export get_current_user for easy import
__all__ = [
"get_current_user"
]