2 Commits (85f864cd17e05821564d435701939203796fca72)

Author SHA1 Message Date
Eric Ihli 85f864cd17 Return value from main rather than print
We only really want to print if we are running the module as a script.
It's nice to allow `main` to be imported and used from other code, and
that code probably wants a returned value rather than having to read
from stdout.
4 years ago
Eric Ihli b9f088cf92 Refactor table extraction into module 4 years ago