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