lbry-sdk/lbrynet/schema/support.py

7 lines
143 B
Python
Raw Normal View History

2019-03-20 06:46:23 +01:00
from lbrynet.schema.base import Signable
class Support(Signable):
__slots__ = ()
message_class = None # TODO: add support protobufs