1.2.10
due to complications and me being a little stupid I had to remove the support I was trying to add for classes created using non-class values
you can still do it but it won't be supported and will go back to returning the value you put in
const Class = require('aepl');
new Class("Main", [1, 2, 3]);
let main = new Main();
console.log(main); // [1, 2, 3]