from fastapi import APIRouter from src.core.settings import settings router = APIRouter(prefix=settings.api.v1.users, tags=["Users"])