// SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; import "../access/Ownable.sol"; contract OwnableMock is Ownable { }