docs: module template docstrings
This commit is contained in:
parent
b3085e85fd
commit
01c49ca34c
9 changed files with 27 additions and 49 deletions
|
|
@ -1,13 +1,12 @@
|
|||
"""
|
||||
Router endpoints for <this module>
|
||||
Router endpoints for the <this> module
|
||||
|
||||
Endpoints:
|
||||
- List: Description
|
||||
- Endpoints: Description
|
||||
Exports:
|
||||
- router: fastapi.APIRouter
|
||||
"""
|
||||
from fastapi import APIRouter
|
||||
|
||||
|
||||
_router = APIRouter(
|
||||
router = APIRouter(
|
||||
tags=[""],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue