github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/python/aistore/client.py (about) 1 """ 2 This module is a temporary patch to support the torchdata integration for AIStore SDK versions > 1.04. 3 Torchdata expects the sdk structure to have aistore.client.Client, but Client now exists in aistore.sdk.client 4 """ 5 6 # pylint: disable=unused-variable,unused-import 7 from aistore.sdk.client import Client