/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package org.atea.nlptools.macroniser.monogram.plugin;

import java.io.File;

public interface IPlugin
{
    public File run(PluginConfiguration fileView) throws Exception;
}
