Source code for couchpotato.core.plugins.log

from .main import Logging


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