def get_health(): return Health.health()
def on_get(self, req, resp): resp.body = json.dumps(Health.health())