piano/main.js

7 lines
99 B
JavaScript

/*jshint node:true, nomen:true */
'use strict';
var app = new (require('./App'))();
app.start();