diff --git a/stdlib/2and3/pydoc_data/__init__.pyi b/stdlib/2and3/pydoc_data/__init__.pyi new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/stdlib/2and3/pydoc_data/topics.pyi b/stdlib/2and3/pydoc_data/topics.pyi new file mode 100644 index 000000000000..1c48f4022fd6 --- /dev/null +++ b/stdlib/2and3/pydoc_data/topics.pyi @@ -0,0 +1,3 @@ +from typing import Dict + +topics: Dict[str, str]