Skip to content

Commit 0023381

Browse files
[py] CDDL 2 Python generator (#16914)
1 parent 384a286 commit 0023381

38 files changed

Lines changed: 14669 additions & 2971 deletions

common/bidi/spec/BUILD.bazel

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package(
2+
default_visibility = [
3+
"//py:__pkg__",
4+
],
5+
)
6+
7+
exports_files(
8+
srcs = [
9+
"all.cddl",
10+
"local.cddl",
11+
"remote.cddl",
12+
],
13+
)

0 commit comments

Comments
 (0)