def force(self, *arg): """ Calculate the nb in the house of force """ (target, ) = normalize_argv(arg, 1) angelheap.force(target)
def force(self,*arg): """ Calculate the nb in the house of force """ (target,) = normalize_argv(arg,1) angelheap.force(target)