// Package html is the future home of the HTML table import driver.
//
// BRAINDUMP:
// A particular use case is this:
// In your browser, select a table, and copy that HTML.
// Then (on macOS):
//
// > pbpaste | sq .data --json
//
// Should output that HTML table as JSON, etc.
package html