mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
7 lines
182 B
Python
7 lines
182 B
Python
__all__ = ["html5", "name2codepoint", "codepoint2name", "entitydefs"]
|
|
|
|
name2codepoint: dict[str, int]
|
|
html5: dict[str, str]
|
|
codepoint2name: dict[int, str]
|
|
entitydefs: dict[str, str]
|