import asyncio a = await asyncio.sleep(1) class C: b = await asyncio.sleep(1)