blob: 6f0e386c39861bf908d4b08119123b3e439c135b [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "pip",
srcs = ["pip.bzl"],
visibility = ["//visibility:public"],
)
bzl_library(
name = "venv",
srcs = ["venv.bzl"],
visibility = ["//visibility:public"],
)