app

Main application package for the room-booking system.

This package contains the core components of the backend FastAPI application, including routing, database connections, domain models, and service layer logic.

1"""
2Main application package for the room-booking system.
3
4This package contains the core components of the backend FastAPI application,
5including routing, database connections, domain models, and service layer logic.
6"""