/**
 *
 * Beschreibung
 *
 * @version 1.0
 * @author Cellum
 */

public class Main {
  
  public static void main(String[] args) {
    Figuren fig = new Figuren();
  } // end of main

} // end of class Main
