mindcraft/main.js
2023-12-10 20:18:20 -06:00

3 lines
No EOL
101 B
JavaScript

import { AgentProcess } from './controller/agent-process.js';
new AgentProcess('andy', true, false);