Add ding adapter

This commit is contained in:
Artin
2020-12-03 00:59:32 +08:00
parent f332199baa
commit edb4458031
11 changed files with 695 additions and 11 deletions

View File

@ -21,7 +21,7 @@
from types import ModuleType
from typing import NoReturn, TYPE_CHECKING
from typing import Any, Set, List, Dict, Type, Tuple, Mapping
from typing import Union, TypeVar, Optional, Iterable, Callable, Awaitable
from typing import Union, TypeVar, Optional, Iterable, Callable, Awaitable, Generic
# import some modules needed when checking types
if TYPE_CHECKING: