load("@rules_python//python:defs.bzl", "py_library") py_library( name = "bar_1", srcs = ["bar.py"], ) py_library( name = "bar_2", srcs = ["bar.py"], )