"""Provides constants used in Chinese text processing."""

from zhon import cedict, hanzi, pinyin, zhuyin

__all__ = ["cedict", "hanzi", "pinyin", "zhuyin"]

__version__ = "2.1.1"
