# -*- 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 ''

    def protocol(self, code):
        return 'https'

    def ignore_certificate_error(self, code):
        return True
