implemented send

This commit is contained in:
2026-03-17 19:09:48 +01:00
parent 58f7c32747
commit eaec8d8691
3 changed files with 52 additions and 10 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
from abc import ABC
from msg_container import MsgContainer
class ABackend(ABC):
pass
def send(self, name: str, msg: MsgContainer):
pass