// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; import "../access/Ownable.sol"; contract OwnableMock is Ownable { }