from calculate.vars.datavars import Variable, ReadonlyVariable class Chroot(Variable): properties = [ReadonlyVariable] value = "/"