Overview
Implement the compiler's get_imports() method for gathering source_ids from each contract.
def get_imports(
self, contract_filepaths: List[Path], base_path: Optional[Path]
) -> Dict[str, List[str]]:
ApeWorX/ape#623
ApeWorX/ape-solidity#36
ApeWorX/ape-vyper#43