Module modern_python_package This is the package-wide docstring. ??? example "View Source" """ This is the package-wide docstring. """ from .core import inner_method # noqa: F401 Sub-modules modern_python_package.cli modern_python_package.core