Bootstrap Python rewrite skeleton
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from app.config import Settings
|
||||
|
||||
|
||||
def build_status_payload(settings: Settings) -> dict[str, str]:
|
||||
return {"status": "ok", "environment": settings.app_env}
|
||||
|
||||
Reference in New Issue
Block a user