Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 455649697
  • Loading branch information
tensorflower-gardener committed Jul 6, 2022
1 parent 94beccf commit 8688c6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion research/pate_2018/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package(default_visibility = ["//visibility:private"])
load("@rules_python//python:defs.bzl", "py_library")

package(default_visibility = ["//visibility:public"])

licenses(["notice"])

Expand All @@ -12,3 +14,8 @@ filegroup(
],
tags = ["ignore_srcs"],
)

py_library(
name = "core",
srcs = ["core.py"],
)

0 comments on commit 8688c6d

Please sign in to comment.