Mabasej_Team/.venv/lib/python3.9/site-packages/aiofiles/__init__.py
Untriex Programming ed6afdb5c9 new
2021-03-17 08:57:57 +01:00

7 lines
124 B
Python

"""Utilities for asyncio-friendly file handling."""
from .threadpool import open
__version__ = "0.6.0"
__all__ = ["open"]