mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
3 lines
169 B
TypeScript
3 lines
169 B
TypeScript
// Tlon API module exposes the plugin public contract.
|
|
export { tlonSetupAdapter } from "./src/setup-core.js";
|
|
export { tlonSetupWizard } from "./src/setup-surface.js";
|