load("//bazel:python.bzl", "doctest")

doctest(
    files = glob(
        ["**/*.py"],
        exclude = ["tf_utils.py"],
    ),
    tags = ["team:core"],
)
