| 1 | """ |
| 2 | This script demonstrates fetching simple COVID-19 statistics from the |
| 3 | Worldometers archive site using lxml. lxml is chosen over BeautifulSoup |
| 4 | for its speed and convenience in Python web projects (such as Django or |
nothing calls this directly
no test coverage detected