archive
/
actioner
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
actioner/actioner/web/__init__.py

7 lines
87 B
Python

from aiohttp import web
def get_server():
app = web.Application()
return app