diff --git a/stdlib/runpy.pyi b/stdlib/runpy.pyi index 371fa9d07..05e0ec65d 100644 --- a/stdlib/runpy.pyi +++ b/stdlib/runpy.pyi @@ -2,6 +2,8 @@ from _typeshed import Self from types import ModuleType from typing import Any +__all__ = ["run_module", "run_path"] + class _TempModule: mod_name: str module: ModuleType