Source code for families.lingualibre_family

#
# (C) Pywikibot team, 2021-2026
#
# Distributed under the terms of the MIT license.
#
"""Family module for Lingua Libre.

.. version-added:: 6.5
"""
from __future__ import annotations

from pywikibot import family


[docs] class Family(family.WikimediaFamily, family.WikibaseFamily): """Family class for Lingua Libre. .. version-added:: 6.5 """ name = 'lingualibre' langs = { 'lingualibre': 'lingualibre.org' } interwiki_forward = 'wikipedia'
[docs] def scriptpath(self, code) -> str: """Return the script path for this family.""" return ''