bazarr/libs/signalrcore/messages/handshake/request.py

6 lines
147 B
Python
Raw Normal View History

class HandshakeRequestMessage(object):
def __init__(self, protocol, version):
self.protocol = protocol
self.version = version