# Copyright (C) 2019 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
"""Constants for signature verification.

Note: This module was migrated from conda.trust.constants in conda 26.3.
"""

from __future__ import annotations

#: The filename for the key manager metadata.
KEY_MGR_FILE = "key_mgr.json"
