package concplus;

public class Start {
    
    public static void main(String[] args) {
        new GUI();
    }
}