1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
4 """arvados.safeapi - Shim compatibility module
6 This module used to define `arvados.safeapi.ThreadSafeApiCache`. Now it only
7 exists to provide backwards compatible imports. New code should prefer to
13 from .api import ThreadSafeAPIClient as ThreadSafeApiCache