def path()

in src/smspark/config.py [0:0]


    def path(self) -> pathlib.Path:
        """Get a path to where the config should be written to and read from."""
        return pathlib.Path(self._data.path)