1load("@rules_python//python:defs.bzl", "py_library") 2 3py_library( 4 name = "simple_test", 5 srcs = ["__init__.py"], 6) 7