Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-05-19 10:52:35 +00:00
parent 32bf5fa18b
commit 9753769008
9 changed files with 5 additions and 2 deletions

0
New File Normal file
View File

0
New File1 Normal file
View File

0
New File2 Normal file
View File

0
New File3 Normal file
View File

0
New Folder1/New File Normal file
View File

0
New Folder1/New File1 Normal file
View File

View File

@ -1,2 +1 @@
# 7c3fb64fa2644c71bec0c5b6af0290bd
# python hello-world

2
main.py Normal file
View File

@ -0,0 +1,2 @@
def main(request):
return "hello, world"

2
requirements.txt Normal file
View File

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