7 lines
123 B
Python
7 lines
123 B
Python
"""Utilities for asyncio-friendly file handling."""
|
|
from .threadpool import open
|
|
|
|
__version__ = "0.4.0"
|
|
|
|
__all__ = (open,)
|