commit | d021f9746da9bf6ce529fae6e9e730fdbed40a83 | [log] [tgz] |
---|---|---|
author | Stephan Massalt <frc971@massalt.com> | Sun Jan 05 20:41:23 2020 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Mon Jan 06 15:03:23 2020 -0800 |
tree | b71af460c48d908f3a68e6198bd3c9b3e32a6c4c | |
parent | 0620273d55246d8ba97807d12dab596c87457a25 [diff] [blame] |
Creates directory and file structure for y2020 Based of the 2019 robot and modified to be a boilerplate for a new robot. Change-Id: I7e2861a3cfa0b7ca608d5068f731b2796a97fffe
diff --git a/y2020/control_loops/BUILD b/y2020/control_loops/BUILD new file mode 100644 index 0000000..c0aa1ee --- /dev/null +++ b/y2020/control_loops/BUILD
@@ -0,0 +1,6 @@ +py_library( + name = "python_init", + srcs = ["__init__.py"], + visibility = ["//visibility:public"], + deps = ["//y2020:python_init"], +)