class Chat(): def __init__(id): self.id=id class ChatManager(): def __init__(): self.chats=dict()