Running async code from sync in Python asyncio – death and gravity

So, you’re doing some sync stuff. But you also need to do some async stuff, without making *everything* async. Hint: asyncio.Runner will get you at least part of the way there.