Update docs

This commit is contained in:
Richard Chien
2018-08-21 00:30:39 +08:00
parent 48c0b17f09
commit 80f8e74798
8 changed files with 373 additions and 6 deletions

View File

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