class Status(object): def __init__(self, id: str, content: str, published: str): self.id = id self.content = content self.published = published