4 lines
94 B
Python
4 lines
94 B
Python
|
from typing import Dict, List, Text
|
||
|
|
||
|
phrases_dict = ... # type: Dict[Text, List[List[Text]]]
|