Added hood control loop and python.

Change-Id: Iabeec3074e93fec257e0f3b78d3065250e75d526
diff --git a/y2020/control_loops/python/BUILD b/y2020/control_loops/python/BUILD
index edc72f5..b7f393b 100644
--- a/y2020/control_loops/python/BUILD
+++ b/y2020/control_loops/python/BUILD
@@ -49,6 +49,22 @@
     ],
 )
 
+py_binary(
+    name = "hood",
+    srcs = [
+        "hood.py",
+    ],
+    legacy_create_init = False,
+    restricted_to = ["//tools:k8"],
+    deps = [
+        ":python_init",
+        "//external:python-gflags",
+        "//external:python-glog",
+        "//frc971/control_loops/python:angular_system",
+        "//frc971/control_loops/python:controls",
+    ],
+)
+
 py_library(
     name = "python_init",
     srcs = ["__init__.py"],