Source code for pywikibot.families.wikispore_family

"""Family module for Wikispore.

*New in version 4.1.*
"""
#
# (C) Pywikibot team, 2020
#
# Distributed under the terms of the MIT license.
#
from pywikibot import family


[docs]class Family(family.Family): # noqa: D101 """Family class for Wikispore.""" name = 'wikispore' langs = { 'en': 'wikispore.wmflabs.org', 'test': 'wikispore-test.wmflabs.org', }
[docs] def protocol(self, code): return 'https'