# -*- coding: utf-8 -*-
from __future__ import unicode_literals

# Warning: Auto-generated file, don't edit.
phrases_dict = {
    '𰻝𰻝面': [['biáng'], ['biáng'], ['miàn']],
}


from pypinyin import load_phrases_dict


def load():
    load_phrases_dict(phrases_dict)
