def celery(ctx): """Manage the Celery task daemon.""" from indico.core.celery.cli import celery_cmd celery_cmd(ctx.args)