from api.node import MeshNode class Message: def __init__(self, content: str, sender: MeshNode): self.content = content self.sender = sender