Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the App and Blueprint into Sansio and IO parts
This follows a similar structure in Werkzeug and allows for async based IO projects, specifically Quart, to base themselves on Flask. Note that the globals, and signals are specific to Flask and hence specific to Flask's IO. This means they cannot be moved to the sansio part of the codebase.
- Loading branch information