Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-01-15 07:03:11 +00:00
parent 0495ad4b10
commit 8d417595c3
3 changed files with 10 additions and 2 deletions

View File

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

7
main.py Normal file
View File

@ -0,0 +1,7 @@
def print_name(name):
# Print the name
print("The name is:", name)
def main():
# Call the function with a name
print_name("Ali")

2
requirements.txt Normal file
View File

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