await in Python is just point of switching context. It used in asynchronous functions to pause execution until the awaited task is complete, allowing other tasks to run at the same time.
await