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.
|
|
|
from couchpotato.core.plugins.base import Plugin
|
|
|
|
|
|
|
|
|
|
|
|
class Extension(Plugin):
|
|
|
|
|
|
|
|
auto_register_static = False
|
|
|
|
|
|
|
|
def __init__(self):
|
|
|
|
self.registerStatic(__file__, add_to_head = False)
|