blob: 817f9c457e7cf728252d75e42ab065048b2ab4f8 [file] [log] [blame]
Maxwell Hendersonad312342023-01-10 12:07:47 -08001py_library(
2 name = "python_init",
3 srcs = ["__init__.py"],
4 target_compatible_with = ["@platforms//os:linux"],
5 visibility = ["//visibility:public"],
6 deps = ["//y2023:python_init"],
7)