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