Adds third robot drivetrain and python files

Change-Id: I9fd85d28478054fe66b152e68b50ff567e9811e2
diff --git a/y2018_bot3/control_loops/BUILD b/y2018_bot3/control_loops/BUILD
new file mode 100644
index 0000000..da1a4aa
--- /dev/null
+++ b/y2018_bot3/control_loops/BUILD
@@ -0,0 +1,6 @@
+py_library(
+    name = "python_init",
+    srcs = ["__init__.py"],
+    visibility = ["//visibility:public"],
+    deps = ["//y2018_bot3:python_init"],
+)