forked from LBRYCommunity/lbry-sdk
6 lines
143 B
Python
6 lines
143 B
Python
from lbrynet.schema.base import Signable
|
|
|
|
|
|
class Support(Signable):
|
|
__slots__ = ()
|
|
message_class = None # TODO: add support protobufs
|