docs(main): add module docstring to backend/app/main.py (#716)
All checks were successful
Deploy / changes (push) Successful in 4s
Deploy / build-frontend (push) Has been skipped
Deploy / build-backend (push) Successful in 1m21s
Deploy / build-worker (push) Successful in 2m32s
Deploy / deploy (push) Successful in 1m5s

Co-authored-by: bot-backend <bot-backend@gendsgn.local>
Co-committed-by: bot-backend <bot-backend@gendsgn.local>
This commit is contained in:
bot-backend 2026-05-30 11:43:20 +00:00 committed by bot-reviewer
parent bc9d277309
commit f148007792

View file

@ -1,3 +1,5 @@
"""GenDesign FastAPI application entrypoint."""
import logging
import os
import re