sedi-relay/relay/application.py
2022-04-09 22:50:20 -04:00

8 lines
95 B
Python

from aiohttp.web import Application
from . import set_app
app = Application()
set_app(app)