feat: added some comments

This commit is contained in:
RTAkland
2021-12-20 21:23:10 +08:00
parent 28e1319ee3
commit 0c6a267967
4 changed files with 20 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ from core.language import Language
def read_excel(kw: str):
"""
Read xlsx file and return searched results
读取china_city_list.xlsx并搜索匹配关键字的结果并输出到终端
:param kw: keyword
:return: city_list
"""