Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
286 Bytes
/**
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
*/
import * as shims from './registry.mjs';
import * as auto from "../pic-ai/sdk/_shims/auto/runtime";
if (!shims.kind) shims.setShims(auto.getRuntime(), { auto: true });
export * from './registry.mjs';