/*!
 * ==========================================================================
 * "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 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 IP from "./IP"
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 DNSQuery from "./DNSQuery"
import Thum from "./Thum"
import NPMUpload from "./NPMUpload"
import IPFS from "./IPFS"
import RSSSUB from "./RSSSUB"
import Notify from "./Notify"
import Calendar from "./Calendar"
import Hole from "./Hole"

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

export default API;
