Source code for couchpotato.core.plugins.quality

from .main import QualityPlugin


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