in api/base.py [0:0]
def __init__(self, body=None, headers=None, status_code=None): self.headers = headers or {} self.body = body self.status_code = status_code