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:
parent
bc9d277309
commit
34147d3933
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
"""GenDesign FastAPI application entrypoint."""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue