the-algorithm/twml/libtwml/BUILD
2023-04-11 09:04:51 -04:00

9 lines
150 B
Python

python3_library(
name = "libtwml-python",
sources = ["libtwml/**/*.py"],
tags = [
"no-mypy",
"bazel-compatible",
],
)