added function

This commit is contained in:
brb
2023-07-05 20:22:25 +02:00
parent 0dfbad6326
commit f26e2113f0
+3 -4
View File
@@ -1,5 +1,4 @@
from pydantic import AnyHttpUrl
def clone_repository(repo_url: AnyHttpUrl):
def handle_request(request: dict) -> None: print(f'cloning into {repo_url}')
print(request)
return