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