master
/ miniconda3 / lib / python3.11 / site-packages / conda / base / exceptions.py

exceptions.py @74036c5 raw · history · blame

1
2
3
4
5
# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
from logging import getLogger

log = getLogger(__name__)