5 lines
85 B
Python
5 lines
85 B
Python
|
from typing import Any, Text
|
||
|
|
||
|
|
||
|
def convert(pinyin: Text, **kwargs: Any) -> Text: ...
|