Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
ebeb822453e5ba179149de250f33cd50c523a5c0
/
.
/
examples
/
pip_install
/
main.py
blob: 4440cdeb2ed3b37d03a915aba2ff941f463f7b17 [
file
]
import
boto3
def
the_dir
():
return
dir
(
boto3
)
if
__name__
==
"__main__"
:
print
(
the_dir
())