Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-01-15 07:01:58 +00:00
parent db6f55b328
commit d516d9aab3
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1 @@
# 4703e84a7b8c4fd4938bfa5ba7fd9d1b # python hello-world

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def main(request):
print_name("Ali")
def print_name(name):
# Print the name
print("The name is:", name)

2
requirements.txt Normal file
View File

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