Files
openapi-first/openapi_first/cli.pyi

8 lines
181 B
Python

from pathlib import Path
DEFAULT_TEMPLATE: str
def available_templates() -> list[str]: ...
def copy_template(template: str, target_dir: Path) -> None: ...
def main() -> None: ...