6 lines
136 B
Python
6 lines
136 B
Python
|
from typing import Dict, Text
|
||
|
|
||
|
|
||
|
phonetic_symbol = ... # type: Dict[Text, Text]
|
||
|
phonetic_symbol_reverse = ... # type: Dict[Text, Text]
|