forked from tcs-test-user/PythonSampleApp
Add 'sample_app.py'
This commit is contained in:
parent
bb17a4049e
commit
627c0f1244
15
sample_app.py
Normal file
15
sample_app.py
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# This function was automatically generated. When modifying its signature, take care to apply
|
||||||
|
# modifications also to the descriptor files in the repository.
|
||||||
|
|
||||||
|
def main(numbers_file, multiplier):
|
||||||
|
"""
|
||||||
|
Main function for application: PYTHONSAMPLEAPP
|
||||||
|
Arguments:
|
||||||
|
numbers_file: path to input file of type 'text_data'
|
||||||
|
multiplier: parameter of type 'INTEGER'
|
||||||
|
Returns:
|
||||||
|
A file named 'multiplied_numbers_plot.png' of type 'image_data' and format 'PNG'
|
||||||
|
"""
|
||||||
|
|
||||||
|
# TODO: Put your application code here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user