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