from pydantic import AnyHttpUrl def clone_repository(repo_url: AnyHttpUrl): print(f'cloning into {repo_url}')