Repository URL to install this package:
|
Version:
1.4.3 ▾
|
aiofile
/
__init__.py
|
|---|
from .utils import Reader, Writer, LineReader
from .version import (
__author__, __version__, author_info, package_info,
package_license, project_home, team_email, version_info,
)
from .aio import AIOFile
__all__ = (
'AIOFile',
'Reader',
'LineReader',
'Writer',
)