import { run } from './engine.js'; (function () { const config = { initialAngularSpeed: 1.0, }; // Start the engine run(config); })();