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