mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
8 lines
179 B
Python
8 lines
179 B
Python
load("//tools/build/bazel:yang.bzl", "yang_model")
|
|
|
|
yang_model(
|
|
app_name = "org.onosproject.models.common",
|
|
custom_registrator = True,
|
|
title = "Common YANG Models",
|
|
)
|