planning out api more

This commit is contained in:
2026-03-08 07:40:27 +11:00
parent 83c927d23a
commit 0a560dca17
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
from api.node import MeshNode
class Message:
def __init__(self, content: str, sender: MeshNode):
self.content = content
self.sender = sender