# Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 """Arvados CLI commands This module implements the CLI tools that are shipped with the Arvados Python SDK. Nothing in this module is intended to be part of the public-facing SDK API. Classes and functions in this module may be changed or removed at any time. @private """