Files
mnote/wolai-backend/.venv312/Lib/site-packages/pypinyin/style/initials.pyi
T

5 lines
85 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
from typing import Any, Text
def convert(pinyin: Text, **kwargs: Any) -> Text: ...