11 lines
159 B (Stored with Git LFS)
Text
11 lines
159 B (Stored with Git LFS)
Text
licenses(["notice"]) # Apache 2.0
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
)
|
|
|
|
py_library(
|
|
name = "app",
|
|
)
|