from typing import Dict def welcome() -> Dict: return {"message": "Welcome to runcible"} def ping() -> Dict: return {"message": "pong"}