python_library(
    name = "screenshot_tests",
    srcs = glob(["**/*.py"]),
    visibility = ["PUBLIC"],
)
