9 lines
86 B
Python
9 lines
86 B
Python
import anyio
|
|
|
|
|
|
async def main(): ...
|
|
|
|
|
|
if __name__ == "__main__":
|
|
anyio.run(main)
|