blob: 90a398e488a4ff26d6d7baeb2b65954931000fc4 [file] [log] [blame]
Brian Silverman6470f442018-08-05 12:08:16 -07001py_library(
2 name = "python_init",
3 srcs = ["__init__.py"],
Philipp Schraderdada1072020-11-24 11:34:46 -08004 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman6470f442018-08-05 12:08:16 -07005 visibility = ["//visibility:public"],
6 deps = ["//y2018:python_init"],
7)