package chat;


public interface Constants
{
    int PORT = 12345;
}
