def list_women(): return HTTPResponse( status=200, body=json.dumps({"extraordinary_women": EXTRAORDINARY_WOMEN}))