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