EasyCV/easycv/file/__init__.py

5 lines
82 B
Python
Raw Normal View History

2022-04-02 20:01:06 +08:00
from .file_io import IO
from .utils import get_oss_config, is_oss_path
2022-04-02 20:01:06 +08:00
io = IO()