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