Created base files
This commit is contained in:
4
pytchat/processors/default/renderer/textmessage.py
Normal file
4
pytchat/processors/default/renderer/textmessage.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .base import BaseRenderer
|
||||
class LiveChatTextMessageRenderer(BaseRenderer):
|
||||
def __init__(self, item):
|
||||
super().__init__(item, "textMessage")
|
||||
Reference in New Issue
Block a user