# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
"""Package extractor plugins."""

from . import conda

plugins = [conda]
