import { ShingekiEN, ShingekiFR } from "./schemas";

export const Shingeki = {
    fr: ShingekiFR,
    en: ShingekiEN
};