1"""
2    sphinxcontrib
3    ~~~~~~~~~~~~~
4
5    This package is a namespace package that contains all extensions
6    distributed in the ``sphinx-contrib`` distribution.
7
8    :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
9    :license: BSD, see LICENSE for details.
10"""
11
12import pkg_resources
13
14
15pkg_resources.declare_namespace(__name__)
16