kv-tube/venv/lib/python3.14/site-packages/flask/sansio
2026-01-18 21:37:34 +07:00
..
app.py release: v3.0 - Modular backend, ytfetcher integration, and privacy updates 2026-01-18 21:37:34 +07:00
blueprints.py release: v3.0 - Modular backend, ytfetcher integration, and privacy updates 2026-01-18 21:37:34 +07:00
README.md release: v3.0 - Modular backend, ytfetcher integration, and privacy updates 2026-01-18 21:37:34 +07:00
scaffold.py release: v3.0 - Modular backend, ytfetcher integration, and privacy updates 2026-01-18 21:37:34 +07: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.