mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 09:17:23 +00:00
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
|