Skip to content

Commit 79aa226

Browse files
[py] BiDi Python code generation from CDDL
1 parent 303f43a commit 79aa226

21 files changed

+8482
-3487
lines changed

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)