Update docs

This commit is contained in:
Richard Chien
2018-08-22 23:29:28 +08:00
parent 8d7f06fdde
commit 4c1d6bb4c5
8 changed files with 233 additions and 1 deletions

View File

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