forked from LBRYCommunity/lbry-sdk
6 lines
No EOL
124 B
Python
6 lines
No EOL
124 B
Python
from zope.interface import Interface
|
|
|
|
|
|
class IBlobScorer(Interface):
|
|
def score_blob(self, blob, blob_info):
|
|
pass |