mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-07 02:10:59 +08:00
Add __all__ for modules beginning with 'h' and 'i' (#7327)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
__all__ = ["html5", "name2codepoint", "codepoint2name", "entitydefs"]
|
||||
|
||||
name2codepoint: dict[str, int]
|
||||
html5: dict[str, str]
|
||||
codepoint2name: dict[int, str]
|
||||
|
||||
Reference in New Issue
Block a user