1
0
mirror of https://github.com/whscullin/apple2js.git synced 2024-01-12 14:14:38 +00:00

4 lines
71 B
JavaScript
Raw Normal View History

2019-06-15 15:59:02 -07:00
var Apple2 = require('./main2');
2019-06-15 15:59:02 -07:00
module.exports = { Apple2: Apple2 };