the-algorithm/twml/libtwml/BUILD

9 lines
150 B
Python
Raw Normal View History

2023-04-11 15:04:51 +02:00
python3_library(
name = "libtwml-python",
sources = ["libtwml/**/*.py"],
tags = [
"no-mypy",
"bazel-compatible",
],
)