package net108.chat;


public interface Constants
{
    int PORT = 12345;
    String HOST = "localhost";
}
