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