package dst.ass3.event;

/**
 * Constants.
 */
public final class Constants {

    /**
     * The TCP port of the {@link EventPublisher}.
     */
    public static final int EVENT_PUBLISHER_PORT = 1338;

    private Constants() {
    }
}
