refactored MsgSink and MsgSource

This commit is contained in:
2026-03-25 05:29:59 +01:00
parent 83e5867983
commit 3a85765347
8 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
from msg_container import MsgContainer
from msg_sink import MsgSink
from msg_listener import MsgListener
import re
class AsciiReceiver(MsgSink):
class AsciiReceiver(MsgListener):
def __init__(self, name: str, filter: str):
super().__init__()
self.name = name