Skip to content

Commit 1ff30c1

Browse files
committed
expose OssClient
Signed-off-by: yuchen.cc <[email protected]>
1 parent cf262a7 commit 1ff30c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
from .oss_iterable_dataset import OssIterableDataset
22
from .oss_map_dataset import OssMapDataset
33
from .oss_checkpoint import OssCheckpoint
4+
from ._oss_client import OssClient
45
from ._oss_bucket_iterable import imagenet_manifest_parser
56
from ._oss_tar_iterable import generate_tar_archive
67

78
__all__ = [
89
"OssIterableDataset",
910
"OssMapDataset",
1011
"OssCheckpoint",
12+
"OssClient",
1113
"imagenet_manifest_parser",
1214
"generate_tar_archive",
1315
]

0 commit comments

Comments
 (0)