EasyCV/easycv/file/__init__.py
2022-04-02 20:01:06 +08:00

5 lines
66 B
Python

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