EasyCV/easycv/file/__init__.py

5 lines
66 B
Python

from .file_io import IO
from .utils import is_oss_path
io = IO()