Files
2026-06-01 04:43:52 +10:00

6 lines
97 B
Python

NAME = "echo"
def handle(job_data: dict) -> dict:
return {"pong": job_data.get("ping", 0)}