//package coco;

public class CocoConstants{
  public static final int CLIENT_IN_PORT=7048;
  public static final int SERVER_IN_PORT=7061;
}
