Add empty stubs for xml.dom.* modules. (#3856)

This commit is contained in:
Diego Elio Pettenò
2020-03-27 08:13:37 +00:00
committed by GitHub
parent d4c3ccbc16
commit 71804c38fc
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ... # incomplete

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ... # incomplete