group-wbl/.venv/lib/python3.13/site-packages/flask/sansio
2026-01-09 09:12:25 +08:00
..
__pycache__ Add __pycache__ and .venv directories 2026-01-09 09:12:25 +08:00
app.py Add __pycache__ and .venv directories 2026-01-09 09:12:25 +08:00
blueprints.py Add __pycache__ and .venv directories 2026-01-09 09:12:25 +08:00
README.md Add __pycache__ and .venv directories 2026-01-09 09:12:25 +08:00
scaffold.py Add __pycache__ and .venv directories 2026-01-09 09:12:25 +08: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.