Added intake joint fourbar loop and python

Change-Id: If695e044916ee29d0633349d922b556f19f4dd79
diff --git a/y2020/control_loops/python/BUILD b/y2020/control_loops/python/BUILD
index b7f393b..492326b 100644
--- a/y2020/control_loops/python/BUILD
+++ b/y2020/control_loops/python/BUILD
@@ -65,6 +65,23 @@
     ],
 )
 
+py_binary(
+    name = "intake",
+    srcs = [
+        "intake.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"],