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