flowmetal/components/uast/BUILD

7 lines
90 B
Python
Raw Normal View History

py_project(
name = "uast",
lib_deps = [
"//components/utokenize",
]
)