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