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

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