An async console would be nice

class blume.console.Console(**kwargs)[source]

Prompt for input

async relay_stdin(txt=None)[source]

Put stdin into a queue

This is useful(?) since code below can just wait on that queue and not worry about actual stdin eg on a pyodide web page.