package editor.app;

import editor.core.Editor;

public class App {

    public static void main (String[] args) {
        // add code here
    }
}