// SPDX-License-Identifier: Unlicense pragma solidity ^0.8.24; import {ERC721Holder} from "@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol"; abstract contract ReputationHolder is ERC721Holder {}