lbry-sdk/lbrynet/schema/support.py
2019-03-25 22:54:08 -04:00

7 lines
143 B
Python

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