diff --git a/src/groundwtf.py b/src/groundwtf.py new file mode 100755 index 0000000000000000000000000000000000000000..018a3fd48020f09d7946bc64d785cbcec3a4fcf5 --- /dev/null +++ b/src/groundwtf.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python + +from pyutil.wtf import * + + +def check(ns): + check_tst(ns) + check_delegation(ns) + +if __name__ == '__main__': + + ns = "/ground/" + + check(ns)