pupilometer/.venv/lib/python3.12/site-packages/flask/sansio
2025-12-02 13:20:17 +07:00
..
__pycache__ feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
app.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
blueprints.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
README.md feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +07:00
scaffold.py feat: Implement DMX/MAX485 control and update tests 2025-12-02 13:20:17 +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.