Skip to content

Commit 1b70cb7

Browse files
Add docstring
1 parent edb80cc commit 1b70cb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Module containing the fast api app. Uvicorn loads this to start the api
3+
"""
4+
15
from fastapi import FastAPI
26
from starlette.middleware.cors import CORSMiddleware
37

0 commit comments

Comments
 (0)