import SingularEntity from "./singular-entity";
export default class GenericScryfallResponse extends SingularEntity {
}
