News

In this version, we just use the asyncio.run() method to execute the async function main() and wait for its results. All the details about the event loop are handled automatically by asyncio.run() .