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