exampletask.txt 69 B

123456
  1. from celery.task import task
  2. @task
  3. def add(x, y):
  4. return x + y