| 1 | """ |
| 2 | A lightweight Pythonic interface to the DOM and HTML elements that helps you |
| 3 | interact with web pages, making it easy to find, create, manipulate, and |
| 4 | compose HTML elements from Python. |
nothing calls this directly
no test coverage detected