Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
6c6c70bca0bd82ec0fe22e7c0e26c264971d0994
/
.
/
examples
/
bzlmod
/
__init__.py
blob: 955eb5af1597257ccfba3476e841cbd12bc8285c [
file
] [
log
] [
blame
]
from
tabulate
import
tabulate
def
main
(
table
):
return
tabulate
(
table
)