public class LonelyPacManApp {

  public static void main (String[] args) {
    LPMFrame mainFrame = new LPMFrame();
  }
}

