b4d19b1ffdeac8002400c6366e6e67ffebf65b80
[dotfiles/.git] / htmlentitydefs.pyi
1 from typing import Any, Mapping\r
2 \r
3 name2codepoint = ...  # type: Mapping[str, int]\r
4 codepoint2name = ...  # type: Mapping[int, str]\r
5 entitydefs = ...  # type: Mapping[str, str]\r