class Chat(object): def __init__(self, ident): self.id = ident self.tasks = []