[LIB-4] Output of results to console
[hespiff.git] / src / main / java / org / hedgecode / xml / xspf / XSPFApp.java
index a94e5fd..8bfe893 100644 (file)
@@ -25,6 +25,8 @@ public final class XSPFApp {
 
     public static void main(String[] args) {
 
+        XSPFConsole.init();
+
     }
 
 }