package serwer;

/**
 * @author w21826 Piotr Lezon 8MKDR-TI-SZL
 *
 */

public interface Stale
{
	public int port = 4444;
	public int THREAD_SLEEP_TIME = 1500;
}