Files
sim/tools/drive/index.ts

8 lines
241 B
TypeScript

import { downloadTool } from './download'
import { listTool } from './list'
import { uploadTool } from './upload'
export const driveDownloadTool = downloadTool
export const driveListTool = listTool
export const driveUploadTool = uploadTool