Depends¶
Depends is re-exported from fast-depends
so you can declare dependencies on a handler without an extra import.
Declare a Depends(...) parameter on a handler and fastsqs resolves it per
invocation; sub-dependencies resolve recursively. See
Inject dependencies for usage.
For the full dependency API, see the fast-depends documentation.