Szerkesztő:BinBot/huwiki/ init .py

A Wikipédiából, a szabad enciklopédiából

Expanation / Magyarázat

"""
This module contains useful stuff for Hungarian Wikipedia.
Some of them could be used wikiwide, but for design reasons could not get into
the Pywikibot framework.
Code is not safe for using elsewhere because it is not worth writing it so.
Contents:
* page functions
* pagegenerators
"""

from .article import Article
from .biography import (
    Biography,
    NameOrder,
    Gender,
    )
from .category import CatProperties
from .wikidata import ItemPlus
from .flaggedrevs import (
    cosmeticable,
    CosmeticableFilterPageGenerator,
    flagged_state,
    Flags,
    )