from fastapi import APIRouter account_router = APIRouter( prefix='/api/account' ) from . import views