This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
foo
/
rkcp
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
6738c11d69
ブランチ
タグ
master
rkcp
/
rckr
/
handlers
/
stats.py
stats.py
95 B
履歴
Raw
1
2
3
4
from aiohttp.web import Response
async def say_hello(request):
return Response(text='Hi')