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