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