尝试大改,可读性有点差的版本,基本做到能实时处理弹幕

This commit is contained in:
2022-06-03 23:08:43 +08:00
parent 3f95b07009
commit 74a15849ab
16 changed files with 181 additions and 204 deletions

6
output/DebugWriter.py Normal file
View File

@ -0,0 +1,6 @@
from output import IOutput
class DebugWriter(IOutput):
def other_output(self, message_type: str, message_raw: bytes):
print(message_type)