standardize packaging, tooling, docs, CI, and licensing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Dict
|
||||
from typing import Any
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
def bind_routes(app: FastAPI, spec: Dict[str, Any], routes_module: Any) -> None: ...
|
||||
def bind_routes(app: FastAPI, spec: dict[str, Any], routes_module: Any) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user