amonic_backend/handlers/role/handlers.py

6 lines
90 B
Python

from fastapi import APIRouter
router = APIRouter(
prefix="/role",
tags=['role']
)