# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------------
# Copyright © 2020- Spyder Project Contributors
#
# Released under the terms of the MIT License
# ----------------------------------------------------------------------------

"""
Code Analysis plugin API.
"""

# Local imports
from spyder.plugins.pylint.main_widget import (
    PylintWidgetActions, PylintWidgetMainToolbarSections,
    PylintWidgetOptionsMenuSections)
