import cif from "./cif"; import espresso from "./espresso"; import nativeFormatParsers from "./native_format_parsers"; import poscar from "./poscar"; import xyz from "./xyz"; export default { xyz, poscar, cif, espresso, nativeFormatParsers, };