You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
194 B

from couchpotato.core.plugins.base import Plugin
class Extension(Plugin):
auto_register_static = False
def __init__(self):
self.registerStatic(__file__, add_to_head = False)