Source code for families.lingualibre_family

"""Family module for Lingua Libre.

.. versionaddded: 6.5
"""
#
# (C) Pywikibot team, 2021-2023
#
# Distributed under the terms of the MIT license.
#
from __future__ import annotations

from pywikibot import family


[docs] class Family(family.WikimediaFamily, family.WikibaseFamily): """Family class for Lingua Libre. .. versionaddded: 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 ''