__init__.py 156 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
from .fsspec import check_path_is_local, fs_copy, fs_open
from .s3_mover import S3Mover

__all__ = ["S3Mover", "fs_open", "fs_copy", "check_path_is_local"]