mindcraft/main.js
2023-11-15 13:18:38 -08:00

4 lines
101 B
JavaScript

import { Agent } from './agent.js';
let agent = new Agent('andy', 'bots/andy.json');
agent.start();