1config BR2_PACKAGE_PYTHON_STARLETTE 2 bool "python-starlette" 3 select BR2_PACKAGE_PYTHON_ANYIO # runtime 4 help 5 The little ASGI library that shines. 6 7 https://github.com/encode/starlette 8