Adds third robot drivetrain and python files

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