You've already forked SeleniumHQ.selenium.py
11 lines
200 B
Python
11 lines
200 B
Python
load("@rules_python//python:defs.bzl", "py_binary")
|
|
|
|
py_binary(
|
|
name = "untar",
|
|
srcs = [
|
|
"untar.py",
|
|
],
|
|
legacy_create_init = False,
|
|
visibility = ["//visibility:public"],
|
|
)
|