// apizero 模块统一出口 // 后续新增 apizero 接口就在这里再 export 一行 export * as oil from './oil-price-forecast.js' export * as history from './oil-history.js' export { ApizeroError } from './client.js'