import structio async def main(): async with structio.create_pool(): pass print("[main] Done") structio.run(main)