from typing import Dict def welcome() -> Dict: return {"message": "welcome to pulley"}