Automatic push from FunctionsAPI
This commit is contained in:
parent
eafba857a8
commit
2ec1c32178
8
main.py
Normal file
8
main.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
def main():
|
||||||
|
print_name("Ali")
|
||||||
|
def print_name(name):
|
||||||
|
# Print the name
|
||||||
|
print("The name is:", name)
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
functions-framework==1.4.3
|
||||||
|
markupsafe==2.0.1
|
||||||
Loading…
Reference in New Issue
Block a user