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