refactored

This commit is contained in:
2026-03-25 05:59:58 +01:00
parent e5da1b663b
commit 888dd850f3
17 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from abc import ABC
from msg_container import MsgContainer
class ABackend(ABC):
def send(self, name: str, data: bytes):