docs(main): add module docstring to backend/app/main.py

FastAPI entrypoint lacked a module-level docstring; add one as the
first statement. No behavior change.

Refs #714
This commit is contained in:
bot-backend 2026-05-30 14:41:20 +03:00
parent bc9d277309
commit 34147d3933

View file

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