We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aio-libs/aiohttp-devtools#229
Would be useful if we wrapped web.run_app(app) if a main check:
web.run_app(app)
if __name__ == '__main__': web.run_app(app)
To work with aiohttp-devtools and other such tools.
If you're happy with this I'll submit a PR.