net.aequologica.neo.parole.config.ParoleConfig Maven / Gradle / Ivy
package net.aequologica.neo.parole.config;
import java.io.IOException;
import net.aequologica.neo.geppaequo.config.AbstractConfig;
import net.aequologica.neo.geppaequo.config.Config;
@Config(name = "parole")
public final class ParoleConfig extends AbstractConfig {
public ParoleConfig() throws IOException {
super();
}
}