Source code for couchpotato.core.plugins.profile

from .main import ProfilePlugin


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