source/tools/unify/BUILD

7 lines
111 B
Python

py_binary(
name = "unify",
main = "__main__.py",
deps = [
py_requirement("unify"),
]
)