Ariv Diggi | 0af59c0 | 2023-10-07 13:15:39 -0700 | [diff] [blame^] | 1 | py_library( |
2 | name = "python_init", | ||||
3 | srcs = ["__init__.py"], | ||||
4 | target_compatible_with = ["@platforms//os:linux"], | ||||
5 | visibility = ["//visibility:public"], | ||||
6 | deps = ["//y2023_bot3:python_init"], | ||||
7 | ) |