commit | f385c46cd5de309d0266917ef33bb330794dfe99 | [log] [tgz] |
---|---|---|
author | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Tue Dec 24 09:37:34 2019 -0800 |
committer | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Tue Dec 24 09:42:25 2019 -0800 |
tree | 6c194910fae4773873a314503e421e1bd4409bfb | |
parent | b91090183a7e2f970fe9f58aa6379dc05ad8b345 [diff] [blame] |
Add basic python rule for flatbuffers Not 100% sure I'm actually going to *use* this now that I've looked at things more carefully, but it may be helpful for doing some data analysis stuff. Change-Id: I695cfe019639617da5baec4d45f5de71ad79b223
diff --git a/build_tests/python_fbs.py b/build_tests/python_fbs.py new file mode 100644 index 0000000..6345a2d --- /dev/null +++ b/build_tests/python_fbs.py
@@ -0,0 +1 @@ +from aos.examples import Foo, Bar