Update docs

This commit is contained in:
Richard Chien
2018-08-19 20:51:46 +08:00
parent 1a87348617
commit 06e9416cb3
6 changed files with 270 additions and 2 deletions

View File

@ -0,0 +1,2 @@
async def get_weather_of_city(city: str) -> str:
return f'{city}的天气是……'