# cob: type=tasks
from cob import task

## Your tasks go here
#@task()
#def task_func1(x,y,z ...):
#    ...
