Compare commits

..

1 Commits
main ... v11

Author SHA1 Message Date
FunctionsAPI
5f2020da86 Automatic push from FunctionsAPI 2025-04-07 16:19:44 +00:00
4 changed files with 9 additions and 0 deletions

3
READMEs.md Normal file
View File

@ -0,0 +1,3 @@
# 3ab2cc0a91f840c497b20adf205e6ed7
sdsd

2
dontREADME.mdys 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