feat: add type stubs for cli, codegen, and security modules
This commit is contained in:
11
openapi_first/codegen.pyi
Normal file
11
openapi_first/codegen.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
from pathlib import Path
|
||||
|
||||
from .codegen_routes import generate_routes
|
||||
|
||||
def generate_models(
|
||||
spec_path: Path,
|
||||
output_path: Path,
|
||||
pydantic_version: int = ...,
|
||||
) -> None: ...
|
||||
|
||||
__all__ = ["generate_models", "generate_routes"]
|
||||
Reference in New Issue
Block a user