package bg.bas.dcl.LLMs.IfGPTDataset; /** */ public interface SourceProcessor { /** */ void process(String indir, String outdir); }