namespace Jungle.Inv {

    export function pass(x){
        return x
    }

    export function abstain(x){
        
    }
}
