Coverage for app/ddd/presentation/schema/health/health_response.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-01-15 01:44 +0000

1 

2 

3from app.core.base import BaseResponse 

4 

5 

6class GetHealthResponse(BaseResponse): 

7 status: str