[LIB-4] Output of results to console
[hespiff.git] / src / main / java / org / hedgecode / xml / xspf / XSPFApp.java
index 30815bf..8bfe893 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2017. Developed by Hedgecode.
+ * Copyright (c) 2015-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,6 +25,8 @@ public final class XSPFApp {
 
     public static void main(String[] args) {
 
+        XSPFConsole.init();
+
     }
 
 }