stats.py 95 B

1234
  1. from aiohttp.web import Response
  2. async def say_hello(request):
  3. return Response(text='Hi')