File size: 274 Bytes
71687cf | 1 2 3 4 5 6 7 8 9 | # Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
from ..deprecations import deprecated
# Mark the entire module for deprecation. For more information see
# https://github.com/conda/conda-content-trust and #14797
deprecated.module("25.9", "26.3")
|