lbry-sdk/lbrynet/lbrynet_console/plugins/BlindRepeater/interfaces.py
2015-08-20 11:27:15 -04:00

6 lines
124 B
Python

from zope.interface import Interface
class IBlobScorer(Interface):
def score_blob(self, blob, blob_info):
pass