• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""Used to generate dep.bzl"""
2
3def my_rule_impl(ctx):
4    return []
5