mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-01 09:15:43 +08:00
6 lines
147 B
Python
6 lines
147 B
Python
|
class HandshakeRequestMessage(object):
|
||
|
|
||
|
def __init__(self, protocol, version):
|
||
|
self.protocol = protocol
|
||
|
self.version = version
|