1py_library( 2 name = "yaml", 3 srcs = glob(["lib/yaml/*.py"]), 4 imports = [ 5 "lib", 6 ], 7 visibility = [ 8 "//visibility:public", 9 ], 10) 11