rss/venv/lib/python3.12/site-packages/flask/sansio
2025-05-24 14:37:58 +02:00
..
__pycache__ Primer commit del proyecto RSS 2025-05-24 14:37:58 +02:00
app.py Primer commit del proyecto RSS 2025-05-24 14:37:58 +02:00
blueprints.py Primer commit del proyecto RSS 2025-05-24 14:37:58 +02:00
README.md Primer commit del proyecto RSS 2025-05-24 14:37:58 +02:00
scaffold.py Primer commit del proyecto RSS 2025-05-24 14:37:58 +02: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.