app.routes
API Routing package for the room-booking system.
This package contains all the FastAPI route definitions, organized by feature. It handles incoming HTTP requests, enforces dependencies, invokes the appropriate service layer functions, and structures the HTTP responses.