BUILD 121 B

123456
  1. load("@rules_python//python:defs.bzl", "py_binary")
  2. py_binary(
  3. name = "offset-fixer",
  4. srcs = ["offset-fixer.py"],
  5. )