from celery import shared_task @shared_task def sample_task() -> str: return "client task placeholder"