This repository contains a comprehensive collection of practical lab reports for the "Virtualization and Cloud Computing" (VCL) course at the Ecole Nationale Superieure d'Informatique (ESI). The ...
x-qemu-kvm/ ├── src/ │ ├── api/ # FastAPI REST API │ │ ├── routers/ # API 路由 │ │ └── main.py # FastAPI 应用入口 │ ├── cli/ # Typer CLI 工具 │ │ ├── commands/ # CLI 子命令 ...