diff --git a/stdlib/webbrowser.pyi b/stdlib/webbrowser.pyi index 4bcaf3307591..8ed7f919c78f 100644 --- a/stdlib/webbrowser.pyi +++ b/stdlib/webbrowser.pyi @@ -15,6 +15,7 @@ def get(using: str | None = None) -> BaseBrowser: ... def open(url: str, new: int = 0, autoraise: bool = True) -> bool: ... def open_new(url: str) -> bool: ... def open_new_tab(url: str) -> bool: ... +def register_standard_browsers() -> None: ... class BaseBrowser: args: list[str]