6 lines
69 B
Python
6 lines
69 B
Python
async def foobar():
|
|
pass
|
|
|
|
async def barfoo():
|
|
await foobar()
|