"""Utilities for asyncio-friendly file handling."""from.threadpoolimport(open,stdin,stdout,stderr,stdin_bytes,stdout_bytes,stderr_bytes,)from.importtempfile__all__=["open","tempfile","stdin","stdout","stderr","stdin_bytes","stdout_bytes","stderr_bytes",]