This simple hello-world example uses Bazel to build and test and a Python library (a py_library package, in Bazel parlance) and a Python script (or py_binary). The binary depends on the library, and ...