c6cc0f2
1
2
3
4
5
6
7
from fastapi import APIRouter account_router = APIRouter( prefix='/api/account' ) from . import views