import { SpecifyClient } from './SpecifyClient.js'; export function createSpecifyClient() { return new SpecifyClient(); }