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