Add sample_app.py

This commit is contained in:
2026-04-07 11:33:11 +02:00
parent bba083de8f
commit cc773e7ccf

15
sample_app.py Normal file
View 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_files, multiplier):
"""
Main function for application: PYTHONSAMPLEAPPMULTIPLEFILES
Arguments:
numbers_files: path to input file of type 'text_data'
multiplier: parameter of type 'INTEGER'
Returns:
File(s) named 'multiplied_numbers_plot.png' of type 'image_data' and format 'PNG' from working directory
"""
# TODO: Put your application code here