// fake reactivestreams publisher
package org.reactivestreams;
public interface Publisher<T> {
}