blob: 49bc4194fdd6037ed34abb6a364e3249bf88a082 [file] [log] [blame]
Milo Lin5d49af02022-02-05 12:50:32 -08001py_library(
2 name = "python_init",
3 srcs = ["__init__.py"],
4 target_compatible_with = ["@platforms//os:linux"],
5 visibility = ["//visibility:public"],
6 deps = ["//y2022:python_init"],
7)