Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/__init__.py: avoid problems with type hint on Python-3.8.
On Python 3.9, `collections.abc.Iterable[Page]` fails with `TypeError: 'ABCMeta' object is not subscriptable`.
- Loading branch information