mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-11-16 21:29:24 +01:00
2cc1abedd7
Signed-off-by: wiseaidev <business@wiseai.dev>
6 lines
83 B
Python
6 lines
83 B
Python
from tml.common.filesystem.util import (
|
|
infer_fs,
|
|
is_gcs_fs,
|
|
is_local_fs,
|
|
)
|