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