Update from Google.

--
MOE_MIGRATED_REVID=85702957
diff --git a/base_workspace/examples/py/bin.py b/base_workspace/examples/py/bin.py
new file mode 100644
index 0000000..53e917e
--- /dev/null
+++ b/base_workspace/examples/py/bin.py
@@ -0,0 +1,3 @@
+from examples.py import lib
+
+print "Fib(5)=%d" % lib.Fib(5)