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