This commit is contained in:
Trinh Anh Ngoc
2019-12-09 16:16:42 +07:00
parent 4f5e4e9216
commit 40f7b77380
69 changed files with 2163 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
from . import api, fields
from collections import MutableMapping
from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator
from . import api, fields
SearchDomain = List[Union[str, Sequence[str]]]
RecordValue = Dict[str, Any]