Divide download module
This commit is contained in:
9
pytchat/tool/block.py
Normal file
9
pytchat/tool/block.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class Block:
|
||||
def __init__(self, pos=0, first=0, last=0,
|
||||
continuation='', chat_data=[]):
|
||||
self.pos = pos
|
||||
self.first = first
|
||||
self.last = last
|
||||
self.temp_last = 0
|
||||
self.continuation = continuation
|
||||
self.chat_data = chat_data
|
||||
Reference in New Issue
Block a user