package gptorganize; import gptorganize.base.GPTOrganize; import java.io.IOException; /** * * @author Guillermo */ public class Main { public static void main(String[] args) throws IOException { GPTOrganize.test(); } }