Source code for couchpotato.core.plugins.score

from .main import Score


[docs]def autoload(): return Score()