blanchon's picture
Initial commit
02eac4b
raw
history blame contribute delete
308 Bytes
/**
* LeRobot Arena Client Library - TypeScript/JavaScript
*
* Main entry point for the robotics client library.
*/
// Re-export everything from robotics module
export * as robotics from './robotics/index.js';
export * as video from './video/index.js';
// Version info
export const VERSION = '1.0.0';