Compare commits

...

1 Commits
main ... v3

Author SHA1 Message Date
FunctionsAPI
caac0c7388 Automatic push from FunctionsAPI 2024-11-05 09:41:54 +00:00
3 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1 @@
# d532d3092a8e44c4b84a74af0025eb62
# python hello-world

7
main.py Normal file
View File

@ -0,0 +1,7 @@
def main(request):
return x2(request.my_number)
def x2 (number):
return number * 2

2
requirements.txt Normal file
View File

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