ethers-solc 1.0.2

Utilites for working with solc
Documentation
1
2
3
4
5
pragma solidity 0.8.6;

import "bar/Bar.sol";

contract Foo is Bar {}