the-algorithm-ml/common/filesystem/__init__.py
wiseaidev 2cc1abedd7 add & config mypy on common package
Signed-off-by: wiseaidev <business@wiseai.dev>
2023-04-01 14:38:59 +03:00

6 lines
83 B
Python

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