This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Douyin_Web_Live/output/DebugWriter.py

7 lines
152 B
Python

from output import IOutput
class DebugWriter(IOutput):
def other_output(self, message_type: str, message_raw: bytes):
print(message_type)