mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-01 09:15:43 +08:00
4 lines
99 B
Python
4 lines
99 B
Python
class HandshakeResponseMessage(object):
|
|
|
|
def __init__(self, error):
|
|
self.error = error
|