7 lines
93 B
Python
7 lines
93 B
Python
|
|
# Some comment to be preserved
|
||
|
|
|
||
|
|
filegroup(
|
||
|
|
name = "allfiles",
|
||
|
|
srcs = glob(["**"]),
|
||
|
|
)
|