blob: 5bb36166ff3a8288dd2ea9774ca17526f2c4e52b [file] [log] [blame]
module module2 {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
grouping hello {
leaf hello {
type string;
}
}
}