// SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.24;
import "./ReputationHolder.sol";
contract Availability is ReputationHolder {}