At the moment, `await` cannot be directly used in the script. `asyncio.run()` needs to be called first.
At the moment,
awaitcannot be directly used in the script.asyncio.run()needs to be called first.