(path: Path)
| 28 | |
| 29 | |
| 30 | def _create_config_from_path(path: Path) -> BaseConfig: |
| 31 | return create_config(data=path.read_bytes(), path=path) |
| 32 | |
| 33 | |
| 34 | def read_cfg(filepath: str | None = None) -> BaseConfig: |
no test coverage detected
searching dependent graphs…