feat: add type stubs for cli, codegen, and security modules
This commit is contained in:
9
openapi_first/codegen_routes.pyi
Normal file
9
openapi_first/codegen_routes.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from pathlib import Path
|
||||
|
||||
def generate_routes(
|
||||
spec_path: Path,
|
||||
output_dir: Path,
|
||||
*,
|
||||
use_models: bool = ...,
|
||||
models_module: str = ...,
|
||||
) -> list[Path]: ...
|
||||
Reference in New Issue
Block a user