load("@rules_python//python:defs.bzl", "py_binary") py_binary( name = "webUI", srcs = ["webUI.py"], visibility = ["//visibility:public"], )