Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pkg_resources from html.py (#15)
Resolves the ModuleNotFound error with pkg_resources that prevented loading the module on some systems, by removing the dependency and using the new importlib.resources API instead.
- Loading branch information