unplugged-system/external/stardoc/test/testdata/fakedeps/dep.bzl

6 lines
114 B
Python
Raw Normal View History

"""A fake bzl to test cross-repository dependencies."""
def give_me_five():
"""Returns five."""
return 5