lbry-sdk/lbry/lbrynet/schema/support.py
2019-06-20 22:50:39 -04:00

6 lines
143 B
Python

from lbrynet.schema.base import Signable
class Support(Signable):
__slots__ = ()
message_class = None # TODO: add support protobufs