6 lines
65 B
Python
6 lines
65 B
Python
from aiohttp import web
|
|
|
|
from .main import app
|
|
|
|
web.run_app(app)
|