implemented send
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user