lbry-sdk/lbrynet/lbrynet_console/plugins/BlindRepeater/interfaces.py

6 lines
124 B
Python
Raw Normal View History

2015-08-20 17:27:15 +02:00
from zope.interface import Interface
class IBlobScorer(Interface):
def score_blob(self, blob, blob_info):
pass