Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-04-07 15:35:54 +00:00
parent f6923cf89f
commit 4ae3f53461
4 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# 6476672a5ae746fda94f3263053584ae
# 3ab2cc0a91f840c497b20adf205e6ed7

2
dontREADME.md Normal file
View File

@ -0,0 +1,2 @@
# python hello-world
sadasd

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