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