I've very interested in taking advantage of some of the async mechanisms available in Quart. Larger Flask apps can be laid out in packages, mine are too.
They then require a FLASK_APP
environment variable to be set with the name of that package.
Is there an equivalent way to do this with a Quart app? Thanks.