blob: 75ca8eb3a1acfe31ccb2e9801fb8dec04ca00f5c [file] [log] [blame]
py_library(
name = "python_init",
srcs = ["__init__.py"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
deps = ["//y2020:python_init"],
)