Add a brief README to the sansio

This should hopefully explain what it is used for and why certain code
cannot be present in it.
This commit is contained in:
pgjones 2023-08-15 08:29:57 +01:00
parent 80cf589a26
commit 318592511c

View file

@ -0,0 +1,6 @@
# 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.