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

"""
spyder.api
==========

This package contains base classes, mixins and widgets that can be used
to create third-party plugins to extend Spyder.

This API should be considered pre-release and is subject to change
before its version reaches 1.0.
"""

from ._version import __version__
