From cfbcfc1083f5caf3865e770ae31a5da6405536b7 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Sun, 9 Aug 2026 15:35:09 +0000 Subject: [PATCH] decomposer: scaffold crucible-agent-build-fastapi-endpoint --- app/config.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/config.py diff --git a/app/config.py b/app/config.py new file mode 100644 index 0000000..6ad0184 --- /dev/null +++ b/app/config.py @@ -0,0 +1 @@ +"""Typed settings."""