Compare commits

...

1 Commits
main ... v5

Author SHA1 Message Date
FunctionsAPI
41d55029ca Automatic push from FunctionsAPI 2024-12-11 11:17:50 +00:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1 @@
# 3f834a525a0e4a77b771400558022ce6 # python hello-world

2
main.py Normal file
View File

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

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
#Thisisacomment
pytest
pytest-cov