blob: 1e5c5f4b4c49c104a2fc28d0d6e6a612be7aa6a4 [file] [log] [blame] [edit]
foo = [x for x in (1, 2, 3)]
bar(
a = -1,
b = not foo,
)
cc_library(
name = "bot_scorer",
srcs = [
"bot_scorer.cc",
"bot_scorer.h",
],
deps = [":logdata_protolib"],
)