📝 字数:working on
Typing
Estimated time to read: 1 minute
Annotated
CommonsDep = Annotated[dict, Depends(common_parameters)]
add metadata to a type hint.
Estimated time to read: 1 minute
CommonsDep = Annotated[dict, Depends(common_parameters)]
add metadata to a type hint.