# Description:
#   Provides ApiDef access and ApiDef validation for TensorFlow python.

load("//tensorflow:tensorflow.default.bzl", "filegroup")

package(
    # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
    licenses = ["notice"],
)

filegroup(
    name = "python_api_def",
    srcs = glob(["*"]),
    visibility = ["//tensorflow:internal"],
)
