licenses(["notice"])
load("//third_party/fruit/tests:build_defs.bzl", "fruit_py_tests")
fruit_py_tests(
srcs = glob(["test_*.py"]),
)