| 389 | |
| 390 | # Build configuration generated by decomp-toolkit |
| 391 | class BuildConfig(BuildConfigModule): |
| 392 | version: str |
| 393 | modules: List[BuildConfigModule] |
| 394 | links: List[BuildConfigLink] |
| 395 | |
| 396 | |
| 397 | # Load decomp-toolkit generated config.json |
nothing calls this directly
no outgoing calls
no test coverage detected