Source code for couchpotato.core.plugins.category

from .main import CategoryPlugin


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