7 lines
143 B
Python
7 lines
143 B
Python
|
from lbrynet.schema.base import Signable
|
||
|
|
||
|
|
||
|
class Support(Signable):
|
||
|
__slots__ = ()
|
||
|
message_class = None # TODO: add support protobufs
|