Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
d7ae3111bbf4d8e5db1fa1a4e329babd5a50a388
/
.
/
examples
/
bzlmod
/
__init__.py
blob: da9768f838edd2c80de543566f68a6e20264648d [
file
]
# TODO: bzlmod should grant access to pip_install dependencies as well
# import requests
def
main
(
url
):
# r = requests.get(url)
# return r.text
return
url