kombu/examples/simple_task_queue/tasks.py

3 lines
55 B
Python

def hello_task(who='world'):
print(f'Hello {who}')