feat: add type stubs for cli, codegen, and security modules
This commit is contained in:
7
openapi_first/cli.pyi
Normal file
7
openapi_first/cli.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
DEFAULT_TEMPLATE: str
|
||||
|
||||
def available_templates() -> list[str]: ...
|
||||
def copy_template(template: str, target_dir: Path) -> None: ...
|
||||
def main() -> None: ...
|
||||
Reference in New Issue
Block a user