flask/venv/lib/python3.10/site-packages/flask/sansio
2025-07-12 08:29:54 +00:00
..
app.py Initial staging commit 2025-07-12 08:29:54 +00:00
blueprints.py Initial staging commit 2025-07-12 08:29:54 +00:00
README.md Initial staging commit 2025-07-12 08:29:54 +00:00
scaffold.py Initial staging commit 2025-07-12 08:29:54 +00:00

Sansio

This folder contains code that can be used by alternative Flask implementations, for example Quart. The code therefore cannot do any IO, nor be part of a likely IO path. Finally this code cannot use the Flask globals.