Compare commits

..

1 Commits
main ... v7

Author SHA1 Message Date
FunctionsAPI
a99a58f376 Automatic push from FunctionsAPI 2025-06-06 12:53:59 +00:00
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1 @@
# 516a8d15c0ee4b308023dfa15dd12097 # python hello-world

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def main(request):
print(request)
raise Exception("Oh no!")
return request

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1