# -*- coding: utf-8 -*-
#
# Copyright © Spyder Project Contributors
# Licensed under the terms of the MIT License
# (see spyder/__init__.py for details)

"""
Find in files widget API.
"""

# Local imports
from spyder.plugins.findinfiles.plugin import FindInFilesActions  # noqa
from spyder.plugins.findinfiles.widgets.main_widget import (  # noqa
    FindInFilesWidgetActions)
