"""
Implementing `python -m numpydoc` functionality.
"""

from .cli import main

raise SystemExit(main())
