phuochungus's picture
move file
810208f
raw
history blame
74 Bytes
from .celery import app
@app.task
def add(x, y):
return x + y