This website works better with JavaScript
Home
Explore
Help
Sign In
foo
/
rkcp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
6738c11d69
Branches
Tags
master
rkcp
/
rckr
/
handlers
/
stats.py
stats.py
95 B
History
Raw
1
2
3
4
from aiohttp.web import Response
async def say_hello(request):
return Response(text='Hi')