Source code for impscan.scanner.build_utils

__all__ = ["check_for_build_reqs"]


[docs]def check_for_build_reqs(toml_file) -> set: raise NotImplementedError("Oh no TOML parsing")