# -*- coding: utf-8 -*-
"""
This family file was auto-generated by generate_family_file.py script.

Configuration parameters:
  url = https://schoolwiki.in
  name = school

Please do not commit this to the Git repository!
"""
from pywikibot import family


class Family(family.Family):  # noqa: D101

    name = 'school'
    langs = {
        'ml': 'schoolwiki.in',
    }

    def scriptpath(self, code):
        return {
            'ml': '',
        }[code]

    def protocol(self, code):
        return {
            'ml': 'https',
        }[code]
