pragma solidity ^0.6.0; import { DSMath } from "../common/math.sol"; import { Stores } from "../common/stores.sol"; contract MockProtocol is Stores, DSMath { // }