File size: 74 Bytes
810208f
 
 
 
 
 
1
2
3
4
5
6
7
from .celery import app


@app.task
def add(x, y):
    return x + y