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