Automatic push from FunctionsAPI
This commit is contained in:
parent
87dbcd9052
commit
2a169744ba
7
main.py
Normal file
7
main.py
Normal file
@ -0,0 +1,7 @@
|
||||
def print_name(name):
|
||||
# Print the name
|
||||
print("The name is:", name)
|
||||
|
||||
def main():
|
||||
name = "Ali" # You can replace this with any name
|
||||
print_name(name)
|
||||
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