pragma solidity ^0.8.0;
interface IDescriptor {
function tokenURI(uint256 tokenId) external view returns (string memory);
}