public interface App
{
    void run(String[] args) throws Exception;
}
