mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 21:48:22 +02:00
11 lines
218 B
Java
11 lines
218 B
Java
|
|
package ninja.javafx.smartcsv;
|
||
|
|
|
||
|
|
import ninja.javafx.smartcsv.fx.SmartCSV;
|
||
|
|
|
||
|
|
public class Main {
|
||
|
|
public static void main(String[] args) {
|
||
|
|
// workaround for module problem
|
||
|
|
SmartCSV.main(args);
|
||
|
|
}
|
||
|
|
}
|