# -*- coding: utf-8 -*- """ This family file was auto-generated by $Id: cd1caa72b02b64185d9394fff1d0d122996f5ad0 $ Configuration parameters: url = http://pl.bakuganfanon.wikia.com/ name = bf Please do not commit this to the Git repository! """ from pywikibot import family from pywikibot.tools import deprecated class Family(family.Family): def __init__(self): family.Family.__init__(self) self.name = 'bf' self.langs = { 'pl': 'pl.bakuganfanon.wikia.com', } def scriptpath(self, code): return { 'pl': '', }[code] @deprecated('APISite.version()') def version(self, code): return { 'pl': u'1.19.24', }[code] def protocol(self, code): return { 'pl': u'http', }[code]