kombu/examples/simple_task_queue/tasks.py

5 lines
63 B
Python

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