"""FastAPI dependencies.""" from .security import get_current_user # Export get_current_user for easy import __all__ = ["get_current_user"]