/*!
 * ==========================================================================
 * "CoPoKo Space" License
 * GNU General Public License version 3.0 (GPLv3)
 * ==========================================================================
 * This file is part of "CoPoKo Space"
 *
 * "CoPoKo Space" is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * "CoPoKo Space" is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with "CoPoKo Space". If not, see <http://www.gnu.org/licenses/>.
 * ==========================================================================
*/
import Version from "./Version"
import KV from "./KV"
import RKV from "./RKV"
import GoogleTranslate from "./GoogleTranslate"
import GoogleSearch from "./GoogleSearch"
import WolframAlpha from "./WolframAlpha"
import BingImgInfo from "./BingImgInfo"
import Sitich from "./Sitich"
import Soul from "./Soul"
import Hitokoto from "./Hitokoto"
import Unsplash from "./Unsplash"
import ACG from "./ACG"
import Niubi from "./Niubi"
import DecryptMd5 from "./DecryptMd5"
import ZH from "./ZH"
import thispersondoesnotexist from "./thispersondoesnotexist"
import thiswaifudoesnotexist from "./thiswaifudoesnotexist"
import thisanimedoesnotexist from "./thisanimedoesnotexist"
import Poet from "./Poet"
import Happypic from "./Happypic"
import Setu from "./Setu"
import DNSQuery from "./DNSQuery"
import Thum from "./Thum"
import Nbnhhsh from "./Nbnhhsh"
import IPFS from "./IPFS"
import NPMUpload from "./NPMUpload"
import CF from "./CF"
import ParseRSS from "./ParseRSS"
import XML2JSON from "./XML2JSON"
import Notify from "./Notify"
import Calendar from "./Calendar"
import Hole from "./Hole"

const API = {
  Version,
  KV,
  RKV,
  GoogleTranslate,
  GoogleSearch,
  WolframAlpha,
  BingImgInfo,
  Sitich,
  Soul,
  Hitokoto,
  Unsplash,
  ACG,
  Niubi,
  DecryptMd5,
  ZH,
  thispersondoesnotexist,
  thiswaifudoesnotexist,
  thisanimedoesnotexist,
  Poet,
  Happypic,
  Setu,
  DNSQuery,
  Thum,
  Nbnhhsh,
  IPFS,
  NPMUpload,
  CF,
  ParseRSS,
  XML2JSON,
  Notify,
  Calendar,
  Hole,
};

export default API;
