mirror of https://github.com/celery/kombu.git
3 lines
61 B
Python
3 lines
61 B
Python
|
def hello_task(who="world"):
|
||
|
print("Hello %s" % (who, ))
|