Core outline

This commit is contained in:
Piotr Dec 2025-10-09 20:38:37 +02:00
parent eeada83132
commit 2d3699ad00
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
7 changed files with 47 additions and 0 deletions

7
app/model/healthcheck.py Normal file
View file

@ -0,0 +1,7 @@
from dataclasses import dataclass
@dataclass
class HealthCheck:
healthy: bool
message: str