Add docs for writing "usage" command

This commit is contained in:
Richard Chien
2019-01-21 15:25:45 +08:00
parent f8ec3ace43
commit 9d138a0595
13 changed files with 306 additions and 2 deletions

View File

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