package io.neft.Client;

public class Action {
    public void work(Reader reader){ throw new UnsupportedOperationException(); }
}
