Stephan Massalt | d021f97 | 2020-01-05 20:41:23 -0800 | [diff] [blame] | 1 | py_library( |
2 | name = "python_init", | ||||
3 | srcs = ["__init__.py"], | ||||
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame] | 4 | target_compatible_with = ["@platforms//os:linux"], |
Stephan Massalt | d021f97 | 2020-01-05 20:41:23 -0800 | [diff] [blame] | 5 | visibility = ["//visibility:public"], |
6 | deps = ["//y2020:python_init"], | ||||
7 | ) |