// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol"; contract VRFV2ProxyAdmin is ProxyAdmin { // Nothing here, this is just to generate the gethwrapper for tests. }