Closed prrao87 closed 1 year ago
To improve clarity, it makes sense to reduce verbosity of the router names
wine.py
retriever.py
wine_router
router
retriever.router
main.py
Fixed in #29
To improve clarity, it makes sense to reduce verbosity of the router names
wine.py
is vague -- it's better to rename the file to be more specific as to what it does, such asretriever.py
wine_router
can be renamed to simplyrouter
, and called usingretriever.router
frommain.py
in each FastAPI section