aiohttp-pydantic/demo/__main__.py
2020-11-01 14:35:41 +01:00

6 lines
65 B
Python

from aiohttp import web
from .main import app
web.run_app(app)