config.load_config
config.load_config(path)Load configuration from pyproject.toml [tool.pycmdcheck].
Args: path: Path to the package directory containing pyproject.toml
Returns: Config object with values from pyproject.toml, or empty Config if file doesn’t exist or has no [tool.pycmdcheck] section.