kombu/examples/simple_task_queue/tasks.py

3 lines
61 B
Python

def hello_task(who="world"):
print("Hello %s" % (who, ))