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