// SPDX-License-Identifier: MIT pragma solidity >=0.4.22 <0.9.0; import "./MyBaseContract.sol"; contract MyFirstContract is MyBaseContract {}