MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / PathsConfig

Class PathsConfig

config/schema.py:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129@dataclass(slots=True)
130class PathsConfig:
131 project_root: str = "."
132 benchmark_dir: str = "data/benchmarks"
133 result_dir: str = "data/results"
134
135
136@dataclass(slots=True)

Callers 1

_build_pathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected