"""
Tools for nonparametric statistics, mainly density estimation and regression.

For an overview of this module, see docs/source/nonparametric.rst
"""

from statsmodels.tools._testing import PytestTester

test = PytestTester()
