| 333 | |
| 334 | # Build configuration generated by decomp-toolkit |
| 335 | class BuildConfig(BuildConfigModule): |
| 336 | version: str |
| 337 | modules: List[BuildConfigModule] |
| 338 | links: List[BuildConfigLink] |
| 339 | |
| 340 | |
| 341 | # Load decomp-toolkit generated config.json |
nothing calls this directly
no outgoing calls
no test coverage detected