import theater.*;

public class <name> extends NewPropHandler {

    @Override
    public Prop newProp() {
        return null;
    }
}
