mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-28 21:33:48 +00:00
9 lines
128 B
Python
9 lines
128 B
Python
"""For testing"""
|
|
|
|
OtherInfo = provider(
|
|
doc = "For testing",
|
|
fields = {
|
|
"files": "A depset of files",
|
|
},
|
|
)
|