Source code for couchpotato.core.plugins.userscript

from .main import Userscript


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