11 lines
167 B
Python
11 lines
167 B
Python
"""
|
|
Doc string
|
|
"""
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|
|
|
def wrapped_http_archive(**kwargs):
|
|
http_archive(
|
|
**kwargs
|
|
)
|