1 package net.sf.jhunlang.jmorph.cl;
2
3 import net.sf.jhunlang.jmorph.synth.Generator;
4
5 public abstract class Der extends Gen
6 {
7 public static void main(String[] args)
8 throws Exception
9 {
10 new Gen().configureAndRun(args, Generator.DERIVATION);
11 }
12 }