import asyncio print('py-script sleep') await asyncio.sleep(1) print('py-script done')