const internals = {};
+/**
+ * The main vue application, it is composed by the other components, no real
+ * logic otherwise
+ *
+ * @class SortingHat
+ */
internals.SortingHat = {
start() {
}
};
+// Instantiates the app
internals.run = function () {