master
/ miniconda3 / lib / python3.11 / site-packages / conda / plugins / __init__.py

__init__.py @74036c5

41a0142
 
 
 
1
2
3
4
# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
from .hookspec import hookimpl  # noqa: F401
from .types import CondaSolver, CondaSubcommand, CondaVirtualPackage  # noqa: F401