the-algorithm-ml/common/filesystem/__init__.py

6 lines
83 B
Python
Raw Normal View History

from tml.common.filesystem.util import (
infer_fs,
is_gcs_fs,
is_local_fs,
)