6 lines
114 B
Python
6 lines
114 B
Python
|
|
"""A fake bzl to test cross-repository dependencies."""
|
||
|
|
|
||
|
|
def give_me_five():
|
||
|
|
"""Returns five."""
|
||
|
|
return 5
|